Gets the position of the mouse relative to the clicked element.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public PointF Position { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Position As PointF |
A PointF object identifying the clicked point.
See Also