Skip to main content

BaseLeafPrimitive.Location Property

Gets or sets the object’s location.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v23.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