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

In This Topic
    HasAnchors Property
    In This Topic
    Gets a value indicating whether the current object has any anchors associated with it (i.e. whether the Anchors collection exists and is not empty).
    Syntax
    'Declaration
     
    Public ReadOnly Property HasAnchors As System.Boolean
    public System.bool HasAnchors {get;}
    See Also