GoXam for WPF v3
AlternateLayerSpacingParentOverlap Property
Northwoods.GoXam.Layout Namespace > TreeLayout Class : AlternateLayerSpacingParentOverlap Property
Gets or sets the fraction of the node's depth for which the children's layer starts overlapped with the parent's layer.
Syntax
[DefaultValue(0)]
public double AlternateLayerSpacingParentOverlap {get; set;}

Property Value

The default value is 0.0 -- there is overlap between layers only if LayerSpacing is negative. A value of 1.0 and a zero LayerSpacing will cause child nodes to completely overlap the parent.
Remarks

A value greater than zero may still cause overlap between layers, unless the value of LayerSpacing is large enough. A value of zero might still allow overlap between layers, if LayerSpacing is negative.

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

See Also

Reference

TreeLayout Class
TreeLayout Members