MindFusion.Wpf Pack Programmer's Guide
Indicator.Value Property
See Also
 





Gets or sets the value associated with this indicator. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public double Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Double

 Property Value

A double value.

 Remarks

The 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

Indicator Members
Indicator Class
MindFusion.Gauges.Wpf Namespace