MindFusion.Wpf Pack Programmer's Guide
TreeLayout.CompactAssistants Property
See Also
 





Gets or sets a value indicating whether the "assistant" nodes on the same side of a single parent are arranged as close enough to each other as possible. Turning this off will force the nodes on one side to be aligned with their counterparts in the other and occasionally leaving space between adjacent branches.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool CompactAssistants { get; set; }

Visual Basic  Copy Code

Public Property CompactAssistants As Boolean

 Property Value

 See Also

TreeLayout Members
TreeLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace