Gets the mouse position, relative to the element.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Point Position { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Position As Point |
A WPF Point specifying the mouse position.
See Also