DragDeltaEventArgs.HorizontalChange Property

Definition

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

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

Property Value

Double

double

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

Applies to