Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderShapeBase Class / Anchors Property

In This Topic
    Anchors Property (RenderShapeBase)
    In This Topic
    Gets the collection of anchors (elements of the type C1Anchor) associated with the current object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Anchors As C1AnchorCollection
    public C1AnchorCollection Anchors {get;}
    See Also