GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / Level Property
In This Topic
    Level Property
    In This Topic
    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