GoXam for WPF v3
RowSpacing Property (TreeVertex)
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
>
TreeVertex Class
: RowSpacing Property
Gets or sets the distance between rows within one layer, all sharing the same parent.
Syntax
C#
public
double
RowSpacing {
get
;
set
;}
Property Value
The default value is 25. Negative values may cause nodes to overlap.
Remarks
This inherited property is initialized in the
InitializeTreeVertexValues
method.
See Also
Reference
TreeVertex Class
TreeVertex Members