Search
TreeLayout.Root Property
See Also
 





Gets or sets the root node of the tree.

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

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

 Remarks

If not set, NetDiagram will try to find the root automatically. This root must be specified if IgnoreLinkDirection is set to true.

 See Also