The DragCompletedGestureEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyDragOrientation
Gets the orientation of the drag completed gesture. This is the same as the orientation of the drag started gesture.
Public propertyGestureOrigin
Gets the origin of the gesture in screen coordinates.
(Inherited from GestureEventArgs.)
Public propertyHorizontalChange
Gets the total horizontal change between the current touch point and the origin of the gesture.
Public propertyHorizontalVelocity
Gets the horizontal velocity of the drag completed gesture.
Public propertyVerticalChange
Gets the total vertical change between the current touch point and the origin of the gesture.
Public propertyVerticalVelocity
Gets the vertical velocity of the drag completed gesture.

See Also