GoDiagram Win Reference
NodeIndent Property (GoLayoutTree)

Gets or sets the default indentation of the first child.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property NodeIndent As Single
[DefaultValueAttribute()]
public float NodeIndent {get; set;}

Property Value

The default value is zero. The value should be non-negative.
Remarks

This property is only sensible when the Alignment is GoLayoutTreeAlignment.Start or GoLayoutTreeAlignment.End. Having a positive value is useful if you want to reserve space at the start of the row of children for some reason. For example, if you want to pretend the parent node is infinitely deep, you can set this to be the breadth of the parent node.

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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback