GestureRecognizer::GetEnabledGestures Method ()

 

Gets the gestures that the GestureRecognizer recognizes.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

public:
ReadOnlyCollection<ApplicationGesture>^ GetEnabledGestures()

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: