Back to Devexpress

XRControl.BoundsF Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-7d071326.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public virtual RectangleF BoundsF { get; set; }
vb
<Browsable(False)>
Public Overridable Property BoundsF As RectangleF

Property Value

TypeDescription
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

LocationF

SizeF

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace