Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

TreeLineColor Property, SftTree Class

Defines the color used for tree lines.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public Color TreeLineColor { get; set; }
Public Property TreeLineColor As Color

Value

The tree line color.

The default value is Color.ControlDark.

Comments

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 SftTree.TreeLineStyle property is used to define how tree lines are displayed.

See Also SftTree Class | Classes | SftTree/NET 2.0