GoXam for WPF v3
Roots Property
Northwoods.GoXam.Layout Namespace > TreeLayout Class : Roots Property
Gets or sets a List of root Northwoods.GoXam.Nodes; this property is deprecated -- use RootVertexes instead.
Syntax
public ICollection<Node> Roots {get; set;}

Property Value

Initially this will be an empty collection. FindRoots can determine all of the tree roots by searching the whole network. If you have other nodes in mind as the tree roots, you should explicitly initialize the RootVertexes collection.
See Also

Reference

TreeLayout Class
TreeLayout Members