GoXam for WPF v3
Level 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
>
TreeVertex Class
: Level Property
Gets the number of single-parent ancestors this node has.
Syntax
C#
public
int
Level {
get
;
set
;}
Remarks
This could also be interpreted as which layer this node is in. A root node will have a value of zero. This informational property is computed in
WalkTree
. You probably should not be setting this property.
See Also
Reference
TreeVertex Class
TreeVertex Members