GoXam for WPF v3
RootVertexes Property
Northwoods.GoXam.Layout Namespace > TreeLayout Class : RootVertexes Property
Gets or sets a List of root TreeVertexes.
Syntax
public ICollection<TreeVertex> RootVertexes {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 vertexes in mind as the tree roots, you should explicitly initialize this collection.
See Also

Reference

TreeLayout Class
TreeLayout Members