Gets or sets the root node of the tree.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# 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.
If not set, MindFusion.Diagramming will try to find the root automatically. This root must be specified if IgnoreLinkDirection is set to true.