Search
GaugeMouseEventArgs.Position Property
See Also
 






Gets the position of the mouse relative to the clicked element.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public PointF Position { get; }

Visual Basic  Copy Code

Public ReadOnly Property Position As PointF

 Property Value

A PointF object identifying the clicked point.

 See Also