Skip to main content
A newer version of this page is available. .

StateImageIndicatorComponent.ImageStateCollection Property

Provides access to the image state collection.

Namespace: DevExpress.XtraGauges.Win.Base

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
[DefaultValue(null)]
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