|
|
|
|
TreeLinesPen Property, SftTree Class |
Defines the pen style used to draw tree lines.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property TreeLinesPen As LinesPenStyleEnum |
C# |
public LinesPenStyleEnum TreeLinesPen { get; set; } |
C++ |
public: property LinesPenStyleEnum TreeLinesPen { |
Property Value
The tree lines pen style.
Value |
Description |
|
0 | A solid line. | |
1 | A dotted line (one dot, one blank pixel). |
The default value is LinesPenStyleEnum.Solid.
Comments
The TreeLinesPen property defines the pen style used to draw tree lines.
Columns and cells cannot individually define the pen style. It applies to all tree lines throughout the control.
The color used for tree lines can be defined using the TreeLineColor property.