Search
GaugeMouseEventArgs.Value Property
See Also
 

Get the gauge value corresponding to the clicked point.

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

 Syntax

C#  Copy Code

public double Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Double

 Property Value

A double value.

 See Also