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





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

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

 Syntax

C#  Copy Code

public DiagramNode Root { get; set; }

Visual Basic  Copy Code

Public Property Root As DiagramNode

 Property Value

An instance of the DiagramNode class. The default is a null reference (Nothing in Visual Basic).

 Remarks

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 which it defines is laid out by Arrange.

 See Also

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