Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / ENLayeredLayoutNodeRank Enumeration


In This Topic
    ENLayeredLayoutNodeRank Enumeration
    In This Topic
    Enumerates the ranking policies for layered layouts.
    Syntax
    'Declaration
     
    
    Public Enum ENLayeredLayoutNodeRank 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLayeredLayoutNodeRank
    public enum ENLayeredLayoutNodeRank : System.Enum 
    Members
    MemberDescription
    GravitySimilar to 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.Nov.Diagram.Layout.ENLayeredLayoutNodeRank

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also