GoXam for WPF v3
Level Property
Northwoods.GoXam.Layout Namespace > TreeVertex Class : Level Property
Gets the number of single-parent ancestors this node has.
Syntax
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