DiagramLite Programmer's Guide
TreeLayout.Root Property
See Also
 





Gets or sets the root node of the tree.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public DiagramNode Root { get; set; }

Visual Basic  Copy Code

Public Property Root As DiagramNode

 Property Value

A DiagramNode instance specifying the root of the tree.

 Remarks

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

 See Also

TreeLayout Members
TreeLayout Class
MindFusion.Diagramming.Layout Namespace