GestureRecognizer::GetEnabledGestures Method ()
.NET Framework (current version)
Gets the gestures that the GestureRecognizer recognizes.
Assembly: PresentationCore (in PresentationCore.dll)
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ApplicationGesture>^An array of type ApplicationGesture that contains gestures the GestureRecognizer is set to recognize.
The following example demonstrates how to get the application gestures that a GestureRecognizer recognizes.
.NET Framework
Available since 3.0
Available since 3.0
Show: