CoreIndependentInputSourceController.IsPalmRejectionEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在使用笔时是否使用增强逻辑来检测意外触摸输入。
public:
property bool IsPalmRejectionEnabled { bool get(); void set(bool value); };
bool IsPalmRejectionEnabled();
void IsPalmRejectionEnabled(bool value);
public bool IsPalmRejectionEnabled { get; set; }
var boolean = coreIndependentInputSourceController.isPalmRejectionEnabled;
coreIndependentInputSourceController.isPalmRejectionEnabled = boolean;
Public Property IsPalmRejectionEnabled As Boolean
属性值
Boolean
bool
如此,如果触摸输入应延迟 (或忽略) 也检测到笔输入。 否则为 false。 默认值为 false。