InkAnalysisNodeKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
UnclassifiedInk | 0 | Node is for unrecognized ink. |
Root | 1 | Node is the first, or topmost, in the collection of nodes. |
WritingRegion | 2 | Node is for a generic writing region. |
Paragraph | 3 | Node is for a paragraph of text. |
Line | 4 | Node is for a single line of text. |
InkWord | 5 | Node is for a single word of text. |
InkBullet | 6 | Node is for a list item bullet. |
InkDrawing | 7 | Node is for one of the recognized shapes specified in InkAnalysisDrawingKind. |
ListItem | 8 | Node is for a list item. |