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





Gets or sets a value indicating whether the "assistant" trait is regarded when performing the layout.

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

 Syntax

C#  Copy Code

public bool EnableAssistants { get; set; }

Visual Basic  Copy Code

Public Property EnableAssistants As Boolean

 Property Value

true to enable assistant nodes, otherwise false; the default value is false.

 Remarks

Enabling this property lets you create organizational charts as in MS office. To designate some nodes as assistants, assign true as a value for the TreeLayoutTraits.Assistant key in the node's LayoutTraits.

 See Also

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