[]
Determines the position of sides or centers of the target LayoutRect.
public class PositionConstraint : Constraint
Gets the AnchorPoint used as the origin position for the constraint.
public AnchorPoint AnchorPoint { get; }
Gets or sets the relative position of sides or centers of the target LayoutRect.
Returns float.NaN for a chained slave constraint.
public float Offset { get; set; }
Gets the opposite constraint that makes a chained pair, or null for unchained constraints.
public PositionConstraint Opposite { get; }