GestureRecognizer.CompleteGesture Method

Causes the gesture recognizer to finalize an interaction.

Syntax

public:
void CompleteGesture()  

Remarks

This method sets IsActive and IsInertial to false, based on the current state of the interaction. Depending on the interaction one of the following events is raised:

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace