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


In This Topic
    NodeAlignment Property
    In This Topic
    Determines the horizontal alignment of the vertices in the layers. By default set to Center.
    Syntax
    'Declaration
     
    
    Public Property NodeAlignment As ENRelativeAlignment
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim value As ENRelativeAlignment
     
    instance.NodeAlignment = value
     
    value = instance.NodeAlignment
    public ENRelativeAlignment NodeAlignment {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