GoDiagram Win Reference
GoLayoutLayeredDigraphPack Enumeration

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

System.Object
   System.ValueType
      System.Enum
         Northwoods.Go.Layout.GoLayoutLayeredDigraphPack

Requirements

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

See Also

Reference

Northwoods.Go.Layout Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback