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

XRControl.LocationFloat Property

For internal use. Supports serialization of the XRControl.LocationF property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[XRLocalizable(true)]
[SRCategory(ReportStringId.CatLayout)]
public virtual PointFloat LocationFloat { get; set; }

Property Value

Type Description
PointFloat

A PointFloat object.

Remarks

This property is intended for internal use only, and normally you don’t need to call it directly from your code.

See Also