Search
SolarLayout.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

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

 See Also