Search
LayeredLayout.CompactLaterally Property
See Also
 





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

 Syntax

C#  Copy Code

public bool CompactLaterally { get; set; }

Visual Basic  Copy Code

Public Property CompactLaterally As Boolean

 Property Value

true to apply additional compaction, or false otherwise. The default value is false.

 See Also