'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the color used to draw lines. Specify Color.Empty to use the default palette value.")> Public Property LineColor As System.Drawing.Color
'Usage
Dim instance As NTreeViewEx Dim value As System.Drawing.Color instance.LineColor = value value = instance.LineColor
[System.ComponentModel.Description("Gets/sets the color used to draw lines. Specify Color.Empty to use the default palette value.")] public System.Drawing.Color LineColor {get; set;}