Occurs when the scale geometry is clicked with the mouse.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public event EventHandler<GaugeMouseEventArgs> ScaleGeometryClicked |
Visual Basic Copy Code |
---|
Public Event ScaleGeometryClicked As EventHandler(Of GaugeMouseEventArgs) |
ScaleGeometryClicked event handlers receive an argument of type GaugeMouseEventArgs.
This event will be raised only when the path geometry representing the scale is clicked. Therefore, if the scale is very thin or transparent, this event will not be raised. In this case the more general ScaleClicked event should be used.