ManipulationStartingEventArgs.IsSingleTouchEnabled 속성

정의

한 손가락으로 조작을 시작할 수 있는지 여부를 가져오거나 설정합니다.

public:
 property bool IsSingleTouchEnabled { bool get(); void set(bool value); };
public bool IsSingleTouchEnabled { get; set; }
member this.IsSingleTouchEnabled : bool with get, set
Public Property IsSingleTouchEnabled As Boolean

속성 값

true한 손가락으로 조작을 시작할 수 있습니다. 그렇지 않으면 . false 기본값은 true입니다.

설명

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

적용 대상