GoDiagram Win Reference
LayerSpacingParentOverlap Property (GoLayoutTree)

Gets or sets the fraction of the node's depth for which the children's layer starts overlapped with the parent's layer.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property LayerSpacingParentOverlap As Single
[DefaultValueAttribute()]
public float LayerSpacingParentOverlap {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 just gets or sets the RootDefaults's property of the same name.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutTree Class
GoLayoutTree Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback