DragDeltaEventArgs.VerticalChange Property

Definition

Gets the vertical change in the Thumb position since the last DragDelta event.

public:
 property double VerticalChange { double get(); };
double VerticalChange();
public double VerticalChange { get; }
var double = dragDeltaEventArgs.verticalChange;
Public ReadOnly Property VerticalChange As Double

Property Value

Double

double

The vertical change in the Thumb position since the last DragDelta event.

Applies to