Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NLayeredGraphLayout Class / UseSingleBus Property


In This Topic
    UseSingleBus Property (NLayeredGraphLayout)
    In This Topic
    If true and the EdgeRouting is orthogonal, all edges will be placed on a single bus between each pair of layers.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("If true and the EdgeRouting is orthogonal, all edges will be placed on a single bus between each pair of layers.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property UseSingleBus As System.Boolean
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim value As System.Boolean
     
    instance.UseSingleBus = value
     
    value = instance.UseSingleBus
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("If true and the EdgeRouting is orthogonal, all edges will be placed on a single bus between each pair of layers.")]
    [System.ComponentModel.DefaultValue(false)]
    public System.bool UseSingleBus {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also