다음을 통해 공유


GestureRecognizer.ManipulationExact 속성

정의

상호 작용의 초기 접촉에서 끝까지의 정확한 거리가 보고되는지 여부를 나타내는 값을 가져오거나 설정합니다. 기본적으로 작은 거리 임계값은 시스템에서 보고한 첫 번째 델타에서 빼집니다. 이 거리 임계값은 탭 제스처를 처리할 때 접촉의 약간의 움직임을 고려하기 위한 것입니다. 이 플래그가 설정되면 거리 임계값이 첫 번째 델타에서 빼지지 않습니다.

public:
 property bool ManipulationExact { bool get(); void set(bool value); };
bool ManipulationExact();

void ManipulationExact(bool value);
public bool ManipulationExact { get; set; }
var boolean = gestureRecognizer.manipulationExact;
gestureRecognizer.manipulationExact = boolean;
Public Property ManipulationExact As Boolean

속성 값

Boolean

bool

거리 임계값을 빼면 True이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상

추가 정보