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