GoDiagram Web Reference
LayerSpacingParentOverlap Property (GoLayoutTreeNode)

Gets or sets the fraction of this node's depth that may overlap with the children's layer.
Syntax
'Declaration
 
Public Property LayerSpacingParentOverlap As Single
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.
Remarks
When this value is greater than 0.0, there might not be overlap if LayerSpacing is larger than the depth of this node times this fraction. Even when this value is 0.0, there may be overlap when LayerSpacing is negative. This inherited property is initialized in the InitializeTreeNodeValues method.
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

GoLayoutTreeNode Class
GoLayoutTreeNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback