CircularGauge.ImageIndicators Property
Provides access to the state image indicators collection for this gauge.
Namespace: DevExpress.XtraGauges.Win.Gauges.Circular
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[DXCategory("Appearance")]
public StateImageIndicatorComponentCollection ImageIndicators { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraGauges.Win.Base.StateImageIndicatorComponentCollection | A StateImageIndicatorComponentCollection object that represents the collection of state image indicator objects. |
Remarks
The ImageIndicators collection stores all state image indicators used by the current CircularGauge. State image indicators are placed in this collection automatically each time you add them at design-time. If you create an indicator at runtime, add it into the ImageIndicators collection manually. Alternatively, you can use the CircularGauge.AddStateImageIndicator method.