Skip to main content
A newer version of this page is available. .

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.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public virtual RectangleF BoundsF { get; set; }

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