GestureRecognizer.ManipulationExact 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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。
備註
根據預設,系統會從系統所報告的第一個差異減去小距離閾值。 此距離閾值旨在考慮在處理點選手勢時,接觸點的稍微移動。 如果設定此旗標,則不會從第一個差異減去距離臨界值。