Draw Tree Node Extended Event ArgsLine Width Property
This is used to set or get the width of the horizontal line connecting the vertical node line to the
node image or text.
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 int LineWidth { get; set; }VB
Public Property LineWidth As Integer
Get
SetC++
public:
property int LineWidth {
int get ();
void set (int value);
}F#
member LineWidth : int with get, set