ManipulationStartingEventArgs.ManipulationContainer 속성

정의

모든 조작 이벤트 및 계산이 관련된 컨테이너를 가져오거나 설정합니다.

public:
 property System::Windows::IInputElement ^ ManipulationContainer { System::Windows::IInputElement ^ get(); void set(System::Windows::IInputElement ^ value); };
public System.Windows.IInputElement ManipulationContainer { get; set; }
member this.ManipulationContainer : System.Windows.IInputElement with get, set
Public Property ManipulationContainer As IInputElement

속성 값

모든 조작 이벤트 및 계산이 관련된 컨테이너입니다. 기본값은 이벤트가 발생한 요소입니다.

설명

설정 하는 위치가 다른 요소를 기준으로 되도록 지정할 수 있습니다는 ManipulationContainer 속성입니다. 예를 들어, 조작 이벤트를 수신 하는 요소의 부모에 상대적인 조작 위치를 만들 수 있습니다. 합니다 ManipulationStarting 이벤트 처리기는 설정할 수 있는 유일한 장소를 ManipulationContainer입니다.

조작에 대 한 자세한 내용은 참조는 입력 개요합니다. 조작에 응답 하는 애플리케이션 예제를 보려면 연습: 만드는 첫 번째 터치 애플리케이션합니다.

적용 대상