|
|
|
|
TreeLineColor Property, SftTree Class |
Defines the color used for tree lines.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property TreeLineColor As Color |
C# |
public Color TreeLineColor { get; set; } |
C++ |
public: property Color TreeLineColor { |
Property Value
The tree line color.
The default value is Color.ControlDark.
Comments
The TreeLineColor property defines the color used for tree lines.
Columns and cells cannot individually define the tree line color. It applies to all tree lines throughout the control.
The TreeLineStyle property is used to define how tree lines are displayed.