DragCompletedEventArgs.VerticalChange Property

Definition

Gets the vertical distance between the current mouse position and the thumb coordinates.

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

Property Value

Double

double

The vertical distance between the current mouse position and the thumb coordinates.

Applies to