MindFusion.Wpf Pack Programmer's Guide
FractalLayout.Root Property
See Also
 





Gets or sets the tree root.

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

 Syntax

C#  Copy Code

public Object Root { get; set; }

Visual Basic  Copy Code

Public Property Root As Object

 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

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