GoXam for WPF v3
RowIndent Property (TreeVertex)
Northwoods.GoXam.Layout Namespace > TreeVertex Class : RowIndent Property
Gets or sets the distance the first child of each row should be indented.
Syntax
public double RowIndent {get; set;}

Property Value

The default value is 10. The value should be non-negative.
Remarks
This inherited property is initialized in the InitializeTreeVertexValues method. This property is only used when the BreadthLimit is positive, and some initial space needs to be reserved in each row of nodes for the links that are routed around those rows.
See Also

Reference

TreeVertex Class
TreeVertex Members