|
|
|
|
TreeLineStyle Property, SftTree Class |
Defines how tree lines are displayed.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property TreeLineStyle As TreeLineStyleEnum |
C# |
public TreeLineStyleEnum TreeLineStyle { get; set; } |
C++ |
public: property TreeLineStyleEnum TreeLineStyle { |
Property Value
The tree line style.
Value |
Description |
|
0 | No tree lines are displayed. | |
1 | Tree lines are displayed connecting all levels within the hierarchy. | |
2 | Tree lines are displayed connecting all levels within the hierarchy, except items on level 0. |
The default value is TreeLineStyleEnum.AllLevels.
Comments
The TreeLineStyle property defines how tree lines are displayed.
The color used for tree lines can be defined using the TreeLineColor property.
TreeLinesPen defines the pen style used to draw tree lines.
Tree lines are only used in the item area and only if a hierarchy column has been defined using ColumnClass.ShowHierarchy.