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


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