A newer version of this page is available.
Switch to the current version.
XRControl.BoundsF Property
Specifies the location and size of a report element, according to the system of measurement selected for the report.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(false)]
public virtual RectangleF BoundsF { get; set; }
<Browsable(False)>
Public Overridable Property BoundsF As RectangleF
Property Value
Type | Description |
---|---|
RectangleF | A RectangleF structure, specifying the element's dimensions and location. |
Remarks
The value of this property is expressed in units appropriate to the report's current system of measurement, which is specified by the XtraReport.ReportUnit property.
See Also
Feedback