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





Gets or sets the root node of the tree.

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

An instance of the DiagramNode class that represents the root node.

 Remarks

If not set, the layout will try to find the root automatically.

 See Also

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