GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutTreeNode Class
/ Level Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Level Property
In This Topic
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
GoLayoutTreeNode Class
GoLayoutTreeNode Members