Gets or sets the state to use when the indicator is not in any of the defined states. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public CustomInterval DefaultState { get; set; } |
Visual Basic Copy Code |
---|
Public Property DefaultState As CustomInterval |
An instance of the CustomInterval class.
This is the state, which will be used by the indicator when it is not in any of its defined states. For example, if the States collection is empty, the indicator will always be in this default state.