Get the gauge value corresponding to the clicked point.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public float Value { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Value As Single |
A floating point value specifying the value at the clicked point.
See Also