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