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