ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawTextLink Class / Bounds Property

In This Topic
    Bounds Property (DrawTextLink)
    In This Topic
    Gets the bounds of the item.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As RectangleF
    public RectangleF Bounds {get;}

    Property Value

    A System.Drawing.RectangleF struct that represents the boundaries.
    See Also