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