Northwoods.Go.Layout Assembly > Northwoods.Go.Layout Namespace : GoLayoutLayeredDigraphPack Enumeration |
'Declaration <FlagsAttribute()> Public Enum GoLayoutLayeredDigraphPack Inherits System.Enum
[FlagsAttribute()] public enum GoLayoutLayeredDigraphPack : System.Enum
Member | Description |
---|---|
All | Enable all options for the GoLayoutLayeredDigraph.StraightenAndPack method. |
Expand | This option gives more chances for GoLayoutLayeredDigraph.StraightenAndPack to improve the layout of the network, but is very expensive in time for large networks. |
Median | This option tries to have GoLayoutLayeredDigraph.StraightenAndPack center groups of nodes based on their relationships with nodes in other layers. |
None | Do minimal work in GoLayoutLayeredDigraph.StraightenAndPack. |
Straighten | This option tries to have GoLayoutLayeredDigraph.StraightenAndPack straighten many of the links that cross layers. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.Layout.GoLayoutLayeredDigraphPack
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2