Back to Devexpress

StateIndicator.Center Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-stateindicator-2c57e741.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public PointF2D Center { get; set; }
vb
Public Property Center As PointF2D

Property Value

TypeDescription
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

Coordinate System

StateIndicator Class

StateIndicator Members

DevExpress.XtraGauges.Core.Model Namespace