ActiveReports 13
Bounds Property (DataVisualizerBasePanel)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : Bounds Property
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
Syntax
'Declaration
 
Public Property Bounds As Rectangle
public Rectangle Bounds {get; set;}

Property Value

A System.Drawing.Rectangle in pixels relative to the parent control that represents the size and location of the control including its nonclient elements.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members