Style of the TPen used to draw lines used to connect nodes in the control.
Source position: comctrls.pp line 3789
public property TCustomTreeView.TreeLinePenStyle : TPenStyle |
TreeLinePenStyle is a TPenStyle property which contains the pen style used to draw lines connecting the nodes in the tree. TreeLinePenStyle can contain one of the following vales:
The default value for the property is psPattern.
TreeLinePenStyle is used in the DoPaintNode method to draw the lines which connect the nodes in the tree hierarchy.
| Version 4.4 | Generated 2025-11-08 | Home |