'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the layout should try to minimize the width of the drawing or not.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property Compact As System.Boolean
'Usage
Dim instance As NLayeredGraphLayout Dim value As System.Boolean instance.Compact = value value = instance.Compact
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the layout should try to minimize the width of the drawing or not.")] [System.ComponentModel.DefaultValue(false)] public System.bool Compact {get; set;}