Gets or sets a node indicating which subgraph of the diagram must be laid out.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Object Root { get; set; } |
Visual Basic Copy Code |
---|
Public Property Root As Object |
An instance of the DiagramNode class. The default is a null reference (Nothing in Visual Basic).
All links and nodes that can be reached from the root by following recursively its links form a graph. If the root is specified, only the graph containing it is laid out by Arrange.