GoXam for WPF v3
ArrangementSpacing Property (TreeLayout)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
TreeLayout Class
: ArrangementSpacing Property
Gets or sets the space between which
ArrangeTrees
will position the trees.
Syntax
C#
public
Size
ArrangementSpacing {
get
;
set
;}
Property Value
This defaults to the Size(10, 10).
Remarks
This property is ignored if
Arrangement
is
TreeArrangement.FixedRoots
.
See Also
Reference
TreeLayout Class
TreeLayout Members