Northwoods.GoSilverlight 1.3.5 Assembly
LinkingDirection Enumeration
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : LinkingDirection Enumeration

This enumeration lists the possible directions that the user may draw a new link using the LinkingTool.

Syntax

Visual Basic (Declaration) 
Public Enum LinkingDirection 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum LinkingDirection : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BackwardsOnly Links may be drawn backwards only (i.e. from "to" node to "from" node).
Either Links may be drawn either forwards or backwards.
ForwardsOnly Links may be drawn forwards only (i.e. from "from" node to "to" node).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Tool.LinkingDirection

Requirements

See Also

© 2012 All Rights Reserved.