ActiveReports 13
Bounds Property (ARControl)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ARControl Class : Bounds Property
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

Reference

ARControl Class
ARControl Members