Enum LayeredDigraphInit
This enumeration specifies how Northwoods.Go.Layouts.LayeredDigraphLayout.InitializeIndices() determines the array of indices for each layer. Used for InitializeOption.
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.Avalonia.LayeredDigraphLayout.dll
Syntax
public enum LayeredDigraphInit
Fields
Name | Description |
---|---|
DepthFirstIn | Initialize using depth first in initialization. |
DepthFirstOut | Initialize using depth first out initialization. |
Naive | Initialize using naive initialization. |