BorderRadius

Struct

Static Fields

Instance Fields

bottomLeft: StyleLength
bottomRight: StyleLength
topLeft: StyleLength
topRight: StyleLength

Constructors

BorderRadius(topLeft: StyleLength, topRight: StyleLength, bottomRight: StyleLength, bottomLeft: StyleLength)

Static Methods

Horizontal(left: StyleLength, right: StyleLength): BorderRadius
Only(topLeft: Nullable<StyleLength>, topRight: Nullable<StyleLength>, bottomRight: Nullable<StyleLength>, bottomLeft: Nullable<StyleLength>): BorderRadius
Vertical(top: StyleLength, bottom: StyleLength): BorderRadius

Instance Methods

Apply(element: VisualElement): void
Equals(other: BorderRadius): bool
ToStyleLength4(): StyleLength4
Equals(obj: object): bool
GetHashCode(): int
ToString(): string

Operators

BorderRadius(v: float): BorderRadius
BorderRadius(sl4: StyleLength4): BorderRadius
StyleLength4(br: BorderRadius): StyleLength4

Inherited Members

Extension Methods

DescribeIdentityShortHashToStringNullable

On this page