BoxConstraints
Struct
Implements
IEquatable <Box Constraints>Static Fields
Initial: Box Constraints
Instance Fields
Constructors
BoxConstraints(preferred: Style Length2, min: Style Length2, max: Style Length2)
Static Methods
Loose(max: Style Length2): Box Constraints
Min(min: Style Length2): Box Constraints
Only(preferred: Nullable <Style Length2>, min: Nullable <Style Length2>, max: Nullable <Style Length2>): Box Constraints
Preferred(width: Style Length, height: Style Length): Box Constraints
Preferred(preferred: Style Length2): Box Constraints
Tight(width: Style Length, height: Style Length): Box Constraints
Tight(size: Style Length2): Box Constraints
Instance Methods
Apply(element: Visual Element): void
Equals(other: Box Constraints): bool
GetHashCode(): int
ToString(): string
Inherited Members
Extension Methods
Describe IdentityShort HashTo String Nullable