Click or drag to resize

MapMousePosition Property

Gets the last mouse position when the mouse was over the map in logical coordinates.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Point MousePosition { get; set; }

Property Value

Type: Point
Remarks
This property only has a public setter to enable binding; changing this property wont have any effect.
See Also