GoXam for WPF v3
NodeIndent 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
: NodeIndent Property
Gets or sets the distance the first child should be indented.
Syntax
C#
public
double
NodeIndent {
get
;
set
;}
Property Value
The default value is zero. The value should be non-negative.
Remarks
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