Enum LinkingDirection
- Namespace
- Northwoods.Go.Tools
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies possible values for Direction.
public enum LinkingDirection
Fields
BackwardsOnly = 2
Users may draw new links backwards only (i.e. from "to" node to "from" node).
Either = 0
Users may draw new links in either direction.
ForwardsOnly = 1
Users may draw new links forwards only (i.e. from "from" node to "to" node).