Gets the mouse position from the previous drag event, relative to the application root.

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

Syntax

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

See Also