PenAndInkSettings.IsTouchHandwritingEnabled Property

Definition

Gets whether touch inking can be used for text input in a text control (when HandwritingView is enabled).

public:
 property bool IsTouchHandwritingEnabled { bool get(); };
bool IsTouchHandwritingEnabled();
public bool IsTouchHandwritingEnabled { get; }
var boolean = penAndInkSettings.isTouchHandwritingEnabled;
Public ReadOnly Property IsTouchHandwritingEnabled As Boolean

Property Value

Boolean

bool

True if touch inking can be used for text input. Otherwise, false.

Remarks

This value can be set by the user through the Pen & Windows Ink settings screen.

Applies to

See also