[Flags()] public enum LayeredDigraphPack : System.Enum
[Flags()] public enum LayeredDigraphPack : System.Enum
| Member | Description | 
|---|---|
| All | Enable all options for the LayeredDigraphLayout.StraightenAndPack method. | 
| Expand | This option gives more chances for LayeredDigraphLayout.StraightenAndPack to improve the layout of the network, but is very expensive in time for large networks. | 
| Median | This option tries to have LayeredDigraphLayout.StraightenAndPack center groups of nodes based on their relationships with nodes in other layers. | 
| None | Do minimal work in LayeredDigraphLayout.StraightenAndPack. | 
| Straighten | This option tries to have LayeredDigraphLayout.StraightenAndPack straighten many of the links that cross layers. | 
System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.LayeredDigraphPack