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


In This Topic
    UseSingleBus Property (NClassicalTreeLayout)
    In This Topic
    If true 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 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 NClassicalTreeLayout
    Dim value As System.Boolean
     
    instance.UseSingleBus = value
     
    value = instance.UseSingleBus
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("If true 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