InkAnalysisNodeKind Enum

Definition

Specifies the types of nodes (or categories of ink input) that ink analysis can differentiate and recognize.

public enum class InkAnalysisNodeKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class InkAnalysisNodeKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum InkAnalysisNodeKind
var value = Windows.UI.Input.Inking.Analysis.InkAnalysisNodeKind.unclassifiedInk
Public Enum InkAnalysisNodeKind
Inheritance
InkAnalysisNodeKind
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

InkBullet 6

Node is for a list item bullet.

InkDrawing 7

Node is for one of the recognized shapes specified in InkAnalysisDrawingKind.

InkWord 5

Node is for a single word of text.

Line 4

Node is for a single line of text.

ListItem 8

Node is for a list item.

Paragraph 3

Node is for a paragraph of text.

Root 1

Node is the first, or topmost, in the collection of nodes.

UnclassifiedInk 0

Node is for unrecognized ink.

WritingRegion 2

Node is for a generic writing region.

Applies to

See also