Gets or sets the value associated with this indicator.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public float Value { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Value As Single |
A floating point value.
RemarksThe value of the indicator determines its current state.
See Also