Returns or sets the style of lines displayed between Node objects.
object.LineStyle[ = number ]
The parts of the LineStyle property syntax are described in the following table.
Part | Description |
---|---|
object | An object expression that evaluates to an object. |
number | A value or constant that specifies the line style as specified in Settings. |
The settings for number are described in the following table.
Value | Description |
---|---|
0 | (Default) Tree lines. Displays lines between Node siblings and their parent Node. |
1 | Root lines. In addition to displaying lines between Node siblings and their parent Node, also displays lines between the root nodes. |
You must set the Style property to a style that includes tree lines.