Gets or sets a collection of CustomInterval objects, which define various states for the indicator.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<CustomInterval> States { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property States As ObservableCollection(Of CustomInterval) |
An ObservableCollection of CustomInterval objects.
See Also