Поделиться через


ContextNodeType.Paragraph - поле

Обновлен: Ноябрь 2007

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

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink.Analysis (в Microsoft.Ink.Analysis.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Paragraph As Guid
'Применение
Dim value As Guid

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

Заметки

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.

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

ContextNodeType Класс

ContextNodeType - члены

Microsoft.Ink - пространство имен

Microsoft.Ink.ParagraphNode