Share via


ContextLinkDirection Enumeration

Specifies the directionality if any of an additional relationship between the two context nodes beyond the existing parent child relationship.

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

Syntax

'Declaration
Public Enumeration ContextLinkDirection
'Usage
Dim instance As ContextLinkDirection
public enum ContextLinkDirection
public enum class ContextLinkDirection
public enum ContextLinkDirection

Members

Member name Description
LinksWith Is used to represent a non-specific direction in the ContextNode. For example, an ink drawing can underline an ink word. There is no direction inferred from the underline.
LinksFrom Indicates that the current ContextNode you are accessing the ContextLink from has something pointing to it or containing it.
LinksTo Indicates that the current ContextNode you are accessing the ContextLink from is pointing to it or containing some other ContextNode.

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

Microsoft.Ink Namespace

ContextNode