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

BaseLeafPrimitive.Location Property

Gets or sets the object’s location.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v21.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public PointF Location { get; set; }

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