GoXam for WPF v3
NodeSpacing 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
: NodeSpacing Property
Gets or sets the distance between child nodes.
Syntax
C#
[
DefaultValue
(20)]
public
double
NodeSpacing {
get
;
set
;}
Property Value
The default value is 20. A negative value causes sibling nodes to overlap.
Remarks
This sets the
RootDefaults
's property of the same name.
See Also
Reference
TreeLayout Class
TreeLayout Members