'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the breadth of the tree drawing should be compacted. By default set to true.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property CompactBreadth As System.Boolean
'Usage
Dim instance As NClassicalTreeLayout Dim value As System.Boolean instance.CompactBreadth = value value = instance.CompactBreadth
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the breadth of the tree drawing should be compacted. By default set to true.")] [System.ComponentModel.DefaultValue(true)] public System.bool CompactBreadth {get; set;}