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