Gets or sets the position of the mouse.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Point MousePosition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MousePosition As Point |
An instance of the System.Windows.Point structure.
See Also