DragCompletedEventArgs.HorizontalChange Property

Definition

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

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

Property Value

Double

double

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

Applies to