GoXam for WPF v3
LinkingDirection Enumeration
Northwoods.GoXam.Tool Namespace : LinkingDirection Enumeration
This enumeration lists the possible directions that the user may draw a new link using the LinkingTool.
Syntax
public enum LinkingDirection : System.Enum 
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

See Also

Reference

Northwoods.GoXam.Tool Namespace