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