Back to Devexpress

StateImageIndicatorComponent.ImageStateCollection Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-stateimageindicatorcomponent-29c4d15d.md

latest2.5 KB
Original Source

StateImageIndicatorComponent.ImageStateCollection Property

Provides access to the image state collection.

Namespace : DevExpress.XtraGauges.Win.Base

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public ImageIndicatorStateCollection ImageStateCollection { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True)>
<DefaultValue(Nothing)>
Public ReadOnly Property ImageStateCollection As ImageIndicatorStateCollection

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Model.ImageIndicatorStateCollectionnull

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

State and State Image Indicators

StateImageIndicatorComponent Class

StateImageIndicatorComponent Members

DevExpress.XtraGauges.Win.Base Namespace