GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutTree Class
/ RootDefaults Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
RootDefaults Property
In This Topic
Gets the object holding the default values for root
GoLayoutTreeNode
s.
Syntax
C#
public
GoLayoutTreeNode
RootDefaults {
get
;}
Remarks
The values for the following inheritable properties are actually stored in this object:
Sorting
,
Comparer
,
Angle
,
Alignment
,
NodeIndent
,
NodeSpacing
,
LayerSpacing
,
Compaction
,
BreadthLimit
,
RowSpacing
,
RowIndent
,
CommentSpacing
,
CommentMargin
,
SetsPortSpot
,
PortSpot
,
SetsChildPortSpot
,
ChildPortSpot
. The other properties of this
GoLayoutTreeNode
are ignored.
See Also
Reference
GoLayoutTree Class
GoLayoutTree Members