Search
AnnealLayout.Root Property
See Also
 





Gets or sets a node indicating which subgraph of the diagram should be laid out.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode Root { get; set; }

Visual Basic  Copy Code

Public Property Root As DiagramNode

 Property Value

A DiagramNode whose containing graph should be arranged. The default is null (Nothing in Visual Basic).

 Remarks

If a root nodes is specified and SplitGraph is enabled, only the graph that contains the root node is laid out by Arrange.

 See Also