PropertyGuidsForContextNodes.ContentType Field

Specifies the globally unique identifier (GUID) for getting and setting the ContentType of a paragraph node using the GetPropertyData and SetPropertyData methods.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)

Syntax

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

value = PropertyGuidsForContextNodes.ContentType
public static readonly Guid ContentType
public:
static initonly Guid ContentType
public static final Guid ContentType
public static final var ContentType : Guid
Not applicable.

Remarks

ContentType is only valid on a paragraph node. The possible values are:

  • 0: Ink Content Only – The children of this paragraph contain ink content, including Lines, InkWords and InkDrawings.

  • 1: Non-Ink Content Only – The children of this paragraph contain only non-ink content, including TextWords and Images.

  • 2: Mixed Ink and Non-Ink Content – The children of this paragraph contain both Ink and Non-Ink Content.

ContentType is used by the Analyzer to improve the performance of node population in applications that use Data Proxy that are partially populating nodes. For more information on Data Proxy and partially populating nodes, see Data Proxy with Ink Analysis. Setting this value has no effect for applications that are not using Data Proxy. The value will not be persisted using the SavePropertiesData or SaveResults method.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

PropertyGuidsForContextNodes Class
PropertyGuidsForContextNodes Members
System.Windows.Ink Namespace