GoXam for WPF v3
LayeredDigraphInitIndices Enumeration
Northwoods.GoXam.Layout Namespace : LayeredDigraphInitIndices Enumeration
This enumeration controls how LayeredDigraphLayout.InitializeIndices determines the array of indices for each layer.
Syntax
public enum LayeredDigraphInitIndices : System.Enum 
Members
MemberDescription
DepthFirstInInitialize using LayeredDigraphLayout.DepthFirstInInitializeIndices
DepthFirstOutInitialize using LayeredDigraphLayout.DepthFirstOutInitializeIndices
NaiveInitialize using LayeredDigraphLayout.NaiveInitializeIndices
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.LayeredDigraphInitIndices

See Also

Reference

Northwoods.GoXam.Layout Namespace