Nevron .NET Vision
Nevron.Diagram.Layout Namespace / LayeredLayoutNodeRank Enumeration


In This Topic
    LayeredLayoutNodeRank Enumeration
    In This Topic
    Enumerates the ranking policies for layered layouts
    Syntax
    'Declaration
     
    
    Public Enum LayeredLayoutNodeRank 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LayeredLayoutNodeRank
    public enum LayeredLayoutNodeRank : System.Enum 
    Members
    MemberDescription
    GravitySimilar to the topmost, but after the initial assignment all nodes fall downwards as much as possible
    OptimalLayer distribution is done in such a way that the total length of all edges is minimized
    TopMostAll nodes without incomming edges are assigned to the topmost layer
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Layout.LayeredLayoutNodeRank

    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