Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NClassicalTreeLayout Class / BusAlignment Property


In This Topic
    BusAlignment Property
    In This Topic
    Gets or sets the bus alignment relative to the aesthetically available space between parent and child nodes. Only applicable if OrthogonalEdgeRouting is set to true. Accepts values in the [0-1] range. By default set to 0.5f (middle).
    Syntax
    'Declaration
     
    
    Public Property BusAlignment As System.Double
    'Usage
     
    
    Dim instance As NClassicalTreeLayout
    Dim value As System.Double
     
    instance.BusAlignment = value
     
    value = instance.BusAlignment
    public System.double BusAlignment {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