Skip to main content

StateIndicator.Center Property

Gets or sets the position of the state indicator’s center within the parent gauge.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public PointF2D Center { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.PointF2D

A PointF2D structure that represents the position of the state indicator’s center within the parent gauge, in relative coordinates.

Remarks

See Coordinate System, to learn about relative coordinates.

See Also