property SwimLane.IndentY as Long
Specifies the child elements indentation on y-axis.

TypeDescription
Long A Long expression that specifies the child elements indentation on y-axis.
By default, the IndentY is 2 pixels. The IndentY property specifies the indentation between children and parent elements on y-axis. Use the IndentX property to specify the indentation between child and parent elements on x-axis.

The following screen shot shows the tree using the default values for IndentX(24), IndentY(2) properties:

The following screen shot shows the tree using the IndentX(0), IndentY(0) properties:

The following screen shot shows the tree using the IndentX(-24), IndentY(2) properties: