DragDelta Method (WPFThumb)

Class

WPFThumb.

Action

The delta of the current drag operation.

Syntax

C#
thumb.DragDelta(horizontalChange, verticalChange)
VB
thumb.DragDelta(horizontalChange, verticalChange)
Variable Description
horizontalChange The horizontal distance that the mouse has moved. Double.
verticalChange The vertical distance that the mouse has moved. Double.