Share via


GestureRecognizer.ManipulationExact 屬性

定義

取得或設定值,這個值表示是否報告從初始接觸到互動結尾的確切距離。

如需此 API 的詳細資訊,請參閱 UWP WinRT 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。

備註

根據預設,系統會從系統所報告的第一個差異減去小距離閾值。 此距離閾值旨在考慮在處理點選手勢時,接觸點的稍微移動。 如果設定此旗標,則不會從第一個差異減去距離臨界值。

適用於