Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NLayeredGraphLayout Class / NodeRank Property


In This Topic
    NodeRank Property
    In This Topic
    Gets or sets the layered graph layout node ranking policy. By default set to Optimal, which tries to minimize edge lengths.
    Syntax
    'Declaration
     
    
    Public Property NodeRank As ENLayeredLayoutNodeRank
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim value As ENLayeredLayoutNodeRank
     
    instance.NodeRank = value
     
    value = instance.NodeRank
    public ENLayeredLayoutNodeRank NodeRank {get; set;}
    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