Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / PositionConstraint Class / Opposite Property

In This Topic
    Opposite Property
    In This Topic
    Gets the opposite constraint that makes a chained pair, or null for unchained constraints.
    Syntax
    'Declaration
     
    Public ReadOnly Property Opposite As PositionConstraint
    public PositionConstraint Opposite {get;}
    See Also