GoDiagram Win Reference
NodeIndentPastParent Property (GoLayoutTree)

Gets or sets the fraction of this node's breadth is added to NodeIndent to determine any spacing at the start of the children.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property NodeIndentPastParent As Single
[DefaultValueAttribute()]
public float NodeIndentPastParent {get; set;}

Property Value

The default value is 0.0 -- the only indentation is specified by NodeIndent. When the value is 1.0, the children will be indented past the breadth of the parent node.
Remarks

This property is only sensible when the Alignment is GoLayoutTreeAlignment.Start or GoLayoutTreeAlignment.End.

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
NodeIndent Property

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback