LayerSpacingParentOverlap Property (GoLayoutTreeNode)
Gets or sets the fraction of this node's depth that may overlap with the children's layer.
public float LayerSpacingParentOverlap {get; set;}
Property Value
Values must range from 0.0 to 1.0, where 1.0 means the full depth of this node. The default value is 0.0 -- there is overlap only if
LayerSpacing is negative.