Gets or sets a node indicating which subgraph of the diagram should be laid out.
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 |
A DiagramNode whose containing graph should be arranged. The default is null (Nothing in Visual Basic).
If a root nodes is specified and SplitGraph is enabled, only the graph that contains the root node is laid out by Arrange.