HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

TreeLineStyle Property, SftTree Class

Defines how tree lines are displayed.

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

Syntax

public TreeLineStyleEnum TreeLineStyle { get; set; }
Public Property TreeLineStyle As TreeLineStyleEnum

Value

The tree line style.

The default value is TreeLineStyleEnum.AllLevels.

Comments

Defines how tree lines are displayed.

The color used for tree lines can be defined using the SftTree.TreeLineColor property.

SftTree.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.

See Also SftTree Class | Classes | SftTree/NET 3.0