'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the line color for the treeview.")> Public Shadows Property LineColor As System.Drawing.Color
'Usage
Dim instance As NTreeView Dim value As System.Drawing.Color instance.LineColor = value value = instance.LineColor
[System.ComponentModel.Description("Gets/sets the line color for the treeview.")] public new System.Drawing.Color LineColor {get; set;}