ManipulationStartingEventArgs.Mode 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가능한 조작 유형을 가져오거나 설정합니다.
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 설정됩니다.
설명
조작에 대한 자세한 내용은 입력 개요를 참조하세요. 조작에 응답하는 애플리케이션의 예는 연습: 첫 번째 터치 애플리케이션 만들기를 참조하세요.