Back to Devexpress

CircularGauge.AddStateImageIndicator() Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-circulargauge-a8a949fe.md

latest1.9 KB
Original Source

CircularGauge.AddStateImageIndicator() Method

Adds a state image indicator to the gauge.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public StateImageIndicatorComponent AddStateImageIndicator()
vb
Public Function AddStateImageIndicator As StateImageIndicatorComponent

Returns

TypeDescription
StateImageIndicatorComponent

A StateImageIndicatorComponent object that has been added.

|

Remarks

The AddStateImageIndicator method creates a new StateImageIndicatorComponent and places it into the gauge’s CircularGauge.ImageIndicators collection. See the State and State Image Indicators topic to learn more.

See Also

CircularGauge Class

CircularGauge Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace