MindFusion.Wpf Pack Programmer's Guide
AnnealLayout.Root Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Object Root { get; set; }

Visual Basic  Copy Code

Public Property Root As Object

 Property Value

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

 Remarks

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

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace