ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObject Class / Anchors Property

In This Topic
    Anchors Property
    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