wpf-devexpress-dot-xpf-dot-gauges-2f3fb87b.md
A collection that stores states of a particular state indicator control.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public class StateCollection :
GaugeDependencyObjectCollection<State>
Public Class StateCollection
Inherits GaugeDependencyObjectCollection(Of State)
The following members return StateCollection objects:
Each state indicator can hold two collections of states:
Note
You can access the current state of a state indicator via the StateIndicatorControl.State property.
Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<State> GaugeDependencyObjectCollectionBase<State> GaugeDependencyObjectCollection<State> StateCollection
See Also