Draw Tree Node Extended Event ArgsLine Pen Property
This is used to set or get the pen used to draw the node lines
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Pen LinePen { get; set; }VB
Public Property LinePen As Pen
Get
SetC++
public:
property Pen^ LinePen {
Pen^ get ();
void set (Pen^ value);
}F#
member LinePen : Pen with get, set