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。
注解
默认情况下,从系统报告的第一个增量中减去较小的距离阈值。 此距离阈值旨在考虑在处理点击手势时接触点的轻微移动。 如果设置了此标志,则不会从第一个增量中减去距离阈值。