GoDiagram Win Reference
NodeIndentPastParent Property (GoLayoutTreeNode)

Gets or sets whether the first child should be indented past the parent node's breadth.
Syntax
'Declaration
 
Public Property NodeIndentPastParent As Single
public float NodeIndentPastParent {get; set;}

Property Value

The default value is 0.0 -- the only start or end spacing is provided by NodeIndent.
Remarks
Values must range from 0.0 to 1.0, where 1.0 means the full breadth of this node. This inherited property is initialized in the InitializeTreeNodeValues method. This property is only sensible when the Alignment is GoLayoutTreeAlignment.Start or GoLayoutTreeAlignment.End.
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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback