Share via


ContextNodeType.Paragraph Field

Represents the type of node for a collection of nodes that constitutes a logical grouping of lines.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Syntax

'Declaration
Public Shared ReadOnly Paragraph As Guid
'Usage
Dim value As Guid 

value = ContextNodeType.Paragraph
public static readonly Guid Paragraph
public:
static initonly Guid Paragraph
public static final var Paragraph : Guid

Remarks

The exact definition of a paragraph is determined by the analyzing engines. In general, a paragraph contains groups of lines that would reflow together if the box that contains the lines were resized.

A Paragraph node can contain the following types of child elements:

  • Any number of Line nodes.

  • Any number of InkBullet nodes.

  • Any number of nodes with an unknown Guid value.

The Guid value for this ContextNodeType field is 65b9ce71-a963-48ad-913f-411e81c985f0.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

ContextNodeType Class

ContextNodeType Members

Microsoft.Ink Namespace

Microsoft.Ink.ParagraphNode