Enum LayeredDigraphInit
- Namespace
- Northwoods.Go.Layouts
- Assembly
- Northwoods.GoDiagram.WinForms.LayeredDigraphLayout.dll
This enumeration specifies how Northwoods.Go.Layouts.LayeredDigraphLayout.InitializeIndices() determines the array of indices for each layer. Used for InitializeOption.
public enum LayeredDigraphInit
Fields
DepthFirstIn = 1
Initialize using depth first in initialization.
DepthFirstOut = 0
Initialize using depth first out initialization.
Naive = 2
Initialize using naive initialization.