共用方式為


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

True 是表示 如果觸控輸入應該延遲 (或在偵測到手寫筆輸入時忽略) 。 否則為 false。 預設值為 false。

適用於