GoDiagram Win Reference
RowIndent Property (GoLayoutTree)

Gets or sets the default indentation of the first child of each row, if the Alignment is not a "Center" alignment.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property RowIndent As Single
[DefaultValueAttribute()]
public float RowIndent {get; set;}

Property Value

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

This is used to leave room for the links that connect a parent node with the child nodes that are in additional rows.

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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback