Gets the current mouse position, relative to the application root.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Point CurrentPosition { get; }
Visual Basic
Public ReadOnly Property CurrentPosition As Point
	Get

See Also