DragDeltaEventArgs.HorizontalChange Property

Definition

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

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

Property Value

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

Applies to