GoXam for WPF v3
NodeIndentPastParent 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
: NodeIndentPastParent Property
Gets or sets whether the first child should be indented past the parent node's breadth.
Syntax
C#
public
double
NodeIndentPastParent {
get
;
set
;}
Property Value
The default value is 0.0 -- the only start or end spacing is provided by
NodeIndent
.
Remarks
Values must range from 0.0 to 1.0, where 1.0 means the full breadth of this node. This inherited property is initialized in the
InitializeTreeVertexValues
method. This property is only sensible when the
Alignment
is
TreeAlignment.Start
or
TreeAlignment.End
.
See Also
Reference
TreeVertex Class
TreeVertex Members