GoXam for WPF v3
RootVertexes Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
TreeLayout Class
: RootVertexes Property
Gets or sets a
List
of root
TreeVertex
es.
Syntax
C#
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