ManipulationStartingEventArgs.Mode 속성

정의

가능한 조작 유형을 가져오거나 설정합니다.

public:
 property System::Windows::Input::ManipulationModes Mode { System::Windows::Input::ManipulationModes get(); void set(System::Windows::Input::ManipulationModes value); };
public System.Windows.Input.ManipulationModes Mode { get; set; }
member this.Mode : System.Windows.Input.ManipulationModes with get, set
Public Property Mode As ManipulationModes

속성 값

열거형 값 중 하나입니다. 기본값은 All입니다.

예외

속성이 하나 이상의 열거형 값이 아닌 값으로 ManipulationModes 설정됩니다.

설명

조작에 대한 자세한 내용은 입력 개요를 참조하세요. 조작에 응답하는 애플리케이션의 예는 연습: 첫 번째 터치 애플리케이션 만들기를 참조하세요.

적용 대상