MindFusion.Wpf Pack Programmer's Guide
TreeLayoutExtensions.CompactAssistants(T) Method
See Also
 





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.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T CompactAssistants<T> (
    T treeLayout,
    bool value
) where T : TreeLayout

Visual Basic  Copy Code

Public Shared Function CompactAssistants(Of T As TreeLayout) ( _
    treeLayout As T, _
    value As Boolean _
) As T

 Parameters

treeLayout

value

 Return Value

 See Also

TreeLayoutExtensions Members
TreeLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace