[]
Restricts the width or height of the target LayoutRect.
public class SizeConstraint : Constraint
Public Class SizeConstraint
Inherits Constraint
Name | Description |
---|---|
AnchorPoint1 | Gets the first anchor point for measuring the source distance. |
AnchorPoint2 | Gets the second anchor point for measuring the source distance. |
Multiplier | 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. |
Value | Gets or sets the absolute or relative width or height of the target LayoutRect. The absolute width or height must be positive or zero. |