PenAndInkSettings.HandwritingLineHeight Property

Definition

Gets the handwriting space available when using ink for text input in a text control (when HandwritingView is enabled).

public:
 property HandwritingLineHeight HandwritingLineHeight { HandwritingLineHeight get(); };
HandwritingLineHeight HandwritingLineHeight();
public HandwritingLineHeight HandwritingLineHeight { get; }
var handwritingLineHeight = penAndInkSettings.handwritingLineHeight;
Public ReadOnly Property HandwritingLineHeight As HandwritingLineHeight

Property Value

One of Small, Medium (default), or Large.

Remarks

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

Applies to

See also