Gets or sets whether to search for and compress space unoccupied by nodes after the initial layout pass; this leaves less space around link-only lanes in final layout.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool CompactLaterally { get; set; } |
Visual Basic Copy Code |
---|
Public Property CompactLaterally As Boolean |
true to apply additional compaction, or false otherwise. The default value is false.