ActiveReports Developer 7
Bounds Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ARControl Class : Bounds Property

Glossary Item Box

Sets or returns a rectangle that defines the location and size of the control in inches.

Syntax

Visual Basic (Declaration) 
Public Property Bounds As RectangleF
C# 
public RectangleF Bounds {get; set;}

Property Value

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

See Also