GoXam for WPF v3
NodeIndentPastParent Property (TreeLayout)
Northwoods.GoXam.Layout Namespace > TreeLayout Class : NodeIndentPastParent Property
Gets or sets the fraction of this node's breadth is added to NodeIndent to determine any spacing at the start of the children.
Syntax
[DefaultValue(0)]
public double NodeIndentPastParent {get; set;}

Property Value

The default value is 0.0 -- the only indentation is specified by NodeIndent. When the value is 1.0, the children will be indented past the breadth of the parent node.
Remarks

This property is only sensible when the Alignment is TreeAlignment.Start or TreeAlignment.End.

This sets the RootDefaults's property of the same name.

See Also

Reference

TreeLayout Class
TreeLayout Members
NodeIndent Property