Search
FractalLayout.Root Property
See Also
 





Gets or sets the tree root.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode Root { get; set; }

Visual Basic  Copy Code

Public Property Root As DiagramNode

 Property Value

A DiagramNode that should be placed at the center of the arranged tree. The default value is null.

 Remarks

If there is no root specified, the algorithm automatically selects one that will lead to more balanced branch sizes.

 See Also