Gets the mouse position where the drag started, relative to the application root.

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

Syntax

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

See Also