GoXam for WPF v3
NodeIndent Property (TreeVertex)
Northwoods.GoXam.Layout Namespace > TreeVertex Class : NodeIndent Property
Gets or sets the distance the first child should be indented.
Syntax
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