[]
The base class for LayoutRect constraints.
public class Constraint
Gets the source parameter of the anchor LayoutRect.
public AnchorParam AnchorParam { get; }
Gets the referenced (anchor) LayoutRect or null if the owner LayoutView is referenced.
public LayoutRect AnchorRect { get; }
Gets the target parameter of the target LayoutRect.
public TargetParam TargetParam { get; }
Gets the target LayoutRect for the constraint.
public LayoutRect TargetRect { get; }