Gets or sets the value associated with this indicator. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public double Value { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Value As Double |
A double value.
RemarksThe value of the indicator determines its current state. A common scenario is to bind the Value property of the indicator to the Value of a Pointer object, thus when the value of the pointer is modified, the state of the indicator changes to reflect this.
See Also