'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;}