BaseLeafPrimitive.Location Property
Gets or sets the object’s location.
Namespace: DevExpress.XtraGauges.Core.Primitive
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
PointF | A point that specifies the object’s location, in relative points. |
Remarks
See Coordinate System to learn about relative points.
See Also