Share via


ContextNodeTypeBase.Paragraph Field

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

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

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

value = ContextNodeTypeBase.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 ContextNodeTypeBase field is 65b9ce71-a963-48ad-913f-411e81c985f0.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

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

ContextNodeTypeBase Class

ContextNodeTypeBase Members

System.Windows.Ink.AnalysisCore Namespace