StateImageIndicatorComponent.ImageStateCollection Property
In This Article
Provides access to the image state collection.
Namespace: DevExpress.XtraGauges.Win.Base
Assembly: DevExpress.XtraGauges.v24.2.Win.dll
NuGet Package: DevExpress.Win.Gauges
#Declaration
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public ImageIndicatorStateCollection ImageStateCollection { get; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
null | An Image |
#Remarks
The ImageStateCollection property provides access to the collection of states - value intervals of the related scale (the StateImageIndicatorComponent.IndicatorScale property) entering which switches images displayed by this StateImageIndicatorComponent. You can also switch images manually by modifying the StateImageIndicatorComponent.StateIndex property.
See the State and State Image Indicators topic to learn more.
See Also