Search
GaugeMouseEventArgs.Value Property
See Also
 






Get the gauge value corresponding to the clicked point.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public float Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Single

 Property Value

A floating point value specifying the value at the clicked point.

 See Also