ManipulationInertiaStartingEventArgs.ManipulationOrigin 속성

정의

조작이 발생한 점을 가져오거나 설정합니다.

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

속성 값

조작이 발생한 점입니다.

설명

연락처의 둘 이상의 지점 조작이 시작 된 경우는 ManipulationOrigin 속성은 모든 연락처의 지점 간에 지점입니다.

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

적용 대상