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