GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / Parent Property
In This Topic
    Parent Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets the logical parent for this node.
    Syntax
    public GoLayoutTreeNode Parent {get; set;}
    Remarks
    This structural property is computed in WalkTree. You probably should not be setting this property.
    See Also