Aracılığıyla paylaş


InkCanvas.GetEnabledGestures Yöntem

Tanım

tarafından InkCanvastanınan bir uygulama hareketleri koleksiyonu döndürür.

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)

Döndürülenler

öğesinin tanıdığı hareketler InkCanvas koleksiyonu.

Özel durumlar

Örnekler

Aşağıdaki örnek, uygulamasından etkin uygulama hareketlerinin InkCanvasnasıl alınduğunu gösterir.

ReadOnlyCollection<ApplicationGesture> enabledGestures = inkCanvas1.GetEnabledGestures();
Dim enabledGestures As ReadOnlyCollection(Of ApplicationGesture) = _
                    inkCanvas1.GetEnabledGestures()

Şunlara uygulanır