Gets or sets the root node of the tree.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public DiagramNode Root { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Root As DiagramNode |
An instance of the DiagramNode class that represents the root node.
RemarksIf not set, MvcDiagram will try to find the root automatically. This root must be specified if IgnoreLinkDirection is set to true.
See Also