DragDeltaEventArgs.VerticalChange Property

Definition

Gets the vertical distance that the mouse has moved since the previous DragDelta event when the user drags the Thumb with the mouse.

public:
 property double VerticalChange { double get(); };
public double VerticalChange { get; }
member this.VerticalChange : double
Public ReadOnly Property VerticalChange As Double

Property Value

A vertical change in position of the mouse during a drag operation. There is no default value.

Applies to