Share via


InkInputConfiguration.IsEraserInputEnabled Property

Definition

Gets or sets whether input from a pen's eraser tip is processed by the InkPresenter object.

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

Property Value

Boolean

bool

True, if input from the eraser tip is processed; otherwise, false.

Applies to

See also