PenAndInkSettings.IsHandwritingDirectlyIntoTextFieldEnabled Property

Definition

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

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

Property Value

Boolean

bool

True if ink 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