GoXam for WPF v3
LayeredDigraphPack Enumeration
Northwoods.GoXam.Layout Namespace : LayeredDigraphPack Enumeration
These enumerated values can be bitwise combined as values for the LayeredDigraphLayout.PackOption property, which controls how much and what kinds of effort LayeredDigraphLayout.StraightenAndPack makes.
Syntax
[Flags()]
public enum LayeredDigraphPack : System.Enum 
Members
MemberDescription
AllEnable all options for the LayeredDigraphLayout.StraightenAndPack method.
ExpandThis option gives more chances for LayeredDigraphLayout.StraightenAndPack to improve the layout of the network, but is very expensive in time for large networks.
MedianThis option tries to have LayeredDigraphLayout.StraightenAndPack center groups of nodes based on their relationships with nodes in other layers.
NoneDo minimal work in LayeredDigraphLayout.StraightenAndPack.
StraightenThis option tries to have LayeredDigraphLayout.StraightenAndPack straighten many of the links that cross layers.
Inheritance Hierarchy

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

See Also

Reference

Northwoods.GoXam.Layout Namespace