DiagramLite Programmer's Guide
GridLayout.Root Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 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 that represents the root node.

 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

GridLayout Members
GridLayout Class
MindFusion.Diagramming.Layout Namespace