Gets or sets the state to use when the indicator is not in any of the defined states.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public CustomInterval DefaultState { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DefaultState As CustomInterval |
An instance of the CustomInterval class.
See Also