'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether to use a compaction algorithm on the layout.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property Compact As System.Boolean
'Usage
Dim instance As NOrthogonalGraphLayout Dim value As System.Boolean instance.Compact = value value = instance.Compact
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether to use a compaction algorithm on the layout.")] [System.ComponentModel.DefaultValue(true)] public System.bool Compact {get; set;}