BoxConstraints

Struct

Static Fields

Instance Fields

Constructors

BoxConstraints(preferred: StyleLength2, min: StyleLength2, max: StyleLength2)

Static Methods

Only(preferred: Nullable<StyleLength2>, min: Nullable<StyleLength2>, max: Nullable<StyleLength2>): BoxConstraints
Preferred(width: StyleLength, height: StyleLength): BoxConstraints
Preferred(preferred: StyleLength2): BoxConstraints
Tight(width: StyleLength, height: StyleLength): BoxConstraints

Instance Methods

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

Inherited Members

Extension Methods

DescribeIdentityShortHashToStringNullable

On this page