InkPresenter.IsInputEnabled Property

Definition

Gets or sets whether input is enabled for inking.

public:
 property bool IsInputEnabled { bool get(); void set(bool value); };
bool IsInputEnabled();

void IsInputEnabled(bool value);
public bool IsInputEnabled { get; set; }
var boolean = inkPresenter.isInputEnabled;
inkPresenter.isInputEnabled = boolean;
Public Property IsInputEnabled As Boolean

Property Value

Boolean

bool

true if input is enabled for inking. Otherwise, false.

Applies to

See also