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

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.v20.2.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.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