Gets the mouse position, relative to the application root, where the wheel was moved.

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

Syntax

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

See Also