CoreIndependentInputSourceController.IsPalmRejectionEnabled 属性

定义

获取或设置在使用笔时是否使用增强逻辑来检测意外触摸输入。

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。

适用于