Back to Devexpress

StateIndicator.Size Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-stateindicator-52365e8a.md

latest1.6 KB
Original Source

StateIndicator.Size Property

Gets or sets the size of the state indicator.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public SizeF Size { get; set; }
vb
Public Property Size As SizeF

Property Value

TypeDescription
SizeF

A SizeF structure that represents the size of the state indicator, in relative coordinates.

|

Remarks

The position of the center of the state indicator is specified by the StateIndicator.Center property.

See Coordinate System, to learn about relative coordinates.

See Also

Center

Coordinate System

StateIndicator Class

StateIndicator Members

DevExpress.XtraGauges.Core.Model Namespace