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


In This Topic
    BusMargin Property
    In This Topic
    Gets or sets the top and bottom margin (left and right margin for LeftToRight and RightToLeft layouts) to apply to the connector busses lane defined by LayerSpacing in order to determine the size of the area for inter-layer connectors. Should be less than or equal to half of the LayerSpacing. If set to a larger value, LayerSpacing / 2 is used. By default set to 0, which means that connector busses will occupy the whole space between layers.
    Syntax
    'Declaration
     
    
    Public Property BusMargin As System.Double
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim value As System.Double
     
    instance.BusMargin = value
     
    value = instance.BusMargin
    public System.double BusMargin {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