GestureRecognizer.CompleteGesture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes the gesture recognizer to finalize an interaction.
For more details on this API, please see the the UWP WinRT CompleteGesture topic.
public:
virtual void CompleteGesture() = CompleteGesture;
void CompleteGesture();
public void CompleteGesture();
function completeGesture()
Public Sub CompleteGesture ()