Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Constraint Class / AnchorRect Property

In This Topic
    AnchorRect Property
    In This Topic
    Gets the referenced (anchor) LayoutRect or a null reference (Nothing in Visual Basic) if the owner LayoutView is referenced.
    Syntax
    'Declaration
     
    Public ReadOnly Property AnchorRect As LayoutRect
    public LayoutRect AnchorRect {get;}
    See Also