InkCanvas.GetEnabledGestures 메서드

정의

InkCanvas에서 인식되는 애플리케이션 제스처의 컬렉션을 반환합니다.

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)

반환

ReadOnlyCollection<ApplicationGesture>

InkCanvas에서 인식되는 제스처의 컬렉션입니다.

예외

예제

다음 예제에서 설정 된 애플리케이션 제스처를 가져오기 하는 방법에 설명 합니다 InkCanvas합니다.

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

적용 대상