GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutTree Class
/ ArrangementSpacing Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ArrangementSpacing Property (GoLayoutTree)
In This Topic
Gets or sets the space between which
ArrangeTrees
will position the trees.
Syntax
C#
public
SizeF
ArrangementSpacing {
get
;
set
;}
Property Value
This defaults to the SizeF(10, 10).
Remarks
This property is ignored if
Arrangement
is
GoLayoutTreeArrangement.FixedRoots
.
See Also
Reference
GoLayoutTree Class
GoLayoutTree Members