ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ARControl Class / Bounds Property

In This Topic
    Bounds Property (ARControl)
    In This Topic
    Sets or returns a rectangle that defines the location and size of the control in inches.
    Syntax
    'Declaration
     
    Public Property Bounds As RectangleF
    public RectangleF Bounds {get; set;}

    Property Value

    A RectangleF object defined using Float or Single values in inches.
    See Also