'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("TreeViewLineColorDescr")> <System.ComponentModel.DefaultValueAttribute(System.Drawing.Color, "Black")> Public Property LineColor As System.Drawing.Color
'Usage
Dim instance As NSceneTreeViewControl Dim value As System.Drawing.Color instance.LineColor = value value = instance.LineColor
[SRCategory("CatBehavior")] [SRDescription("TreeViewLineColorDescr")] [System.ComponentModel.DefaultValue(System.Drawing.Color, "Black")] public System.Drawing.Color LineColor {get; set;}