StateImageIndicatorComponent.ImageStateCollection Property
Provides access to the image state collection.
Namespace: DevExpress.XtraGauges.Win.Base
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public ImageIndicatorStateCollection ImageStateCollection { get; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraGauges.Core.Model.ImageIndicatorStateCollection | null | An ImageIndicatorStateCollection object that contains states for the state image indicator. |
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