Share via


ContextLinkDirection Enumeration

Specifies the directionality, if any, of an additional relationship between two context nodes - other than the existing parent child relationship.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.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 Represents a non-specific direction in the ContextNodeBase. For example, an ink drawing can underline an ink word. No direction is inferred from the underline.
LinksFrom Indicates that the current ContextNodeBase used to access the ContextLinkBase has something pointing to it or containing it.
LinksTo Indicates that the current ContextNodeBase used to access the ContextLinkBase is either pointing to the ContextLinkBase or that it contains some other ContextNodeBase.

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

System.Windows.Ink.AnalysisCore Namespace