| 
 | 
 | 
 | 
| 
        | TreeLineStyleEnum Enumeration | 
Used with the TreeLineStyle property to define whether tree lines are displayed.
Syntax TreeLineStyleEnum Enumeration (Softelvdm.SftTreeNET)
| VB | Public Enum TreeLineStyleEnum | 
| C# | public enum TreeLineStyleEnum | 
| C++ | public enum class TreeLineStyleEnum | 
| Member | Value | Description | 
| None | 0 | No tree lines are displayed. | 
| AllLevels | 1 | Tree lines are displayed connecting all levels within the hierarchy. | 
| AllLevelsExcept0 | 2 | Tree lines are displayed connecting all levels within the hierarchy, except items on level 0. | 
Comments
The TreeLineStyleEnum enumeration is used with the TreeLineStyle property to define whether tree lines are displayed.