Gets the variation of Y between the previous mouse position and the current one.

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

Syntax

C#
public double DeltaY { get; }
Visual Basic
Public ReadOnly Property DeltaY As Double
	Get

See Also