Gets or sets the root node of the tree.
Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming
C#
![]() |
---|
public DiagramNode Root { get; set; } |
Visual Basic
![]() |
---|
Public Property Root As DiagramNode |
An instance of the DiagramNode class that represents the root node.
If not set, NetDiagram will try to find the root automatically. This root must be specified if IgnoreLinkDirection is set to true.