Extended Tree ViewLine Color Property
This is reimplemented to change the default line color to match the standard tree view
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 Color LineColor { get; set; }VB
Public Property LineColor As Color
Get
SetC++
public:
property Color LineColor {
Color get ();
void set (Color value);
}F#
member LineColor : Color with get, set