ContextNodeType.InkDrawing Field

Represents the type of node for a collection of strokes that constitutes a drawing.

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

Syntax

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

value = ContextNodeType.InkDrawing
public static readonly Guid InkDrawing
public:
static initonly Guid InkDrawing
public static final Guid InkDrawing
public static final var InkDrawing : Guid
Not applicable.

Remarks

Drawings are strokes that are determined to be shapes or abstract sketches. They are generally any strokes that are not classified as writing strokes.

An InkDrawing node cannot have any child elements.

The Guid value for this ContextNodeType field is aa19d319-57cd-4503-9350-6c0fb766a4b8.

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

ContextNodeType Class
ContextNodeType Members
System.Windows.Ink Namespace
System.Windows.Ink.InkDrawingNode