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

StateImageIndicatorComponent.StateIndex Property

Gets or sets the index of a state image that is currently displayed within the StateImageIndicatorComponent.

Namespace: DevExpress.XtraGauges.Win.Base

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

Declaration

[XtraSerializableProperty]
[DefaultValue(null)]
[ImageList("StateImages")]
public int? StateIndex { get; set; }

Property Value

Type Default Description
Nullable<Int32> *null*

An Int32 value that is the currently displayed image’s index.

Remarks

The StateIndex property allows you to manually select an image from the StateImageIndicatorComponent.StateImages collection that should be currently displayed by this StateImageIndicatorComponent. Alternatively, you can set value intervals for the related scale (see the StateImageIndicatorComponent.IndicatorScale property), entering which will automatically change the image displayed by the indicator.

See the State and State Image Indicators topic to learn more.

See Also