GestureRecognizer.CompleteGesture Method

Definition

Causes the gesture recognizer to finalize an interaction.

public:
 virtual void CompleteGesture() = CompleteGesture;
void CompleteGesture();
public void CompleteGesture();
function completeGesture()
Public Sub 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:

Applies to

See also