DragComplete Method (WPFThumb)

Class

WPFThumb.

Action

Completes the drag operation.

Syntax

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