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