InkInputConfiguration.IsEraserInputEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 InkPresenter 物件是否處理來自手寫筆橡皮擦提示的輸入。
public:
property bool IsEraserInputEnabled { bool get(); void set(bool value); };
bool IsEraserInputEnabled();
void IsEraserInputEnabled(bool value);
public bool IsEraserInputEnabled { get; set; }
var boolean = inkInputConfiguration.isEraserInputEnabled;
inkInputConfiguration.isEraserInputEnabled = boolean;
Public Property IsEraserInputEnabled As Boolean
屬性值
Boolean
bool
True 是表示 如果處理來自橡皮擦提示的輸入;否則為 false。