Enum LayeredDigraphInit

GoDiagram®
v10.0.8
by Northwoods Software®

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.WinForms.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.