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

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

Syntax

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

See Also