[]
Restricts the width or height of the target LayoutRect.
public class SizeConstraint : Constraint
Gets the first anchor point for measuring the source distance.
public AnchorPoint AnchorPoint1 { get; }
Gets the second anchor point for measuring the source distance.
public AnchorPoint AnchorPoint2 { get; }
Gets or sets the multiplier to the value of the source distance.
The multiplier must be positive or zero. It is applied before adding the Value.
public float Multiplier { get; set; }
Gets or sets the absolute or relative width or height of the target LayoutRect.
The absolute width or height must be positive or zero.
public float Value { get; set; }