GestureRecognizer.GetEnabledGestures Método

Definición

Obtiene los gestos que reconoce.GestureRecognizer

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Ink::ApplicationGesture> ^ GetEnabledGestures();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Ink.ApplicationGesture> GetEnabledGestures();
member this.GetEnabledGestures : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Ink.ApplicationGesture>
Public Function GetEnabledGestures () As ReadOnlyCollection(Of ApplicationGesture)

Devoluciones

Matriz de tipo ApplicationGesture que contiene gestos que GestureRecognizer se establece para reconocer.

Ejemplos

En el ejemplo siguiente se muestra cómo obtener los gestos de aplicación que reconoce un GestureRecognizer .

ReadOnlyCollection<ApplicationGesture> enableGestures = recognizer.GetEnabledGestures();
Dim enableGestures As ReadOnlyCollection(Of ApplicationGesture)
enableGestures = recognizer.GetEnabledGestures()

Se aplica a