GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutTreeNode Class
/ Compaction Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Compaction Property (GoLayoutTreeNode)
In This Topic
Gets or sets how the children of this node should be packed together.
Syntax
C#
public
GoLayoutTreeCompaction
Compaction {
get
;
set
;}
Property Value
The default value is
GoLayoutTreeCompaction
.
GoLayoutTreeCompaction.Block
.
Remarks
This inherited property is initialized in the
InitializeTreeNodeValues
method.
See Also
Reference
GoLayoutTreeNode Class
GoLayoutTreeNode Members