'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(True)> <SRDescriptionAttribute("TreeViewShowLinesDescr")> Public Property ShowLines As System.Boolean
'Usage
Dim instance As NSceneTreeViewControl Dim value As System.Boolean instance.ShowLines = value value = instance.ShowLines
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(true)] [SRDescription("TreeViewShowLinesDescr")] public System.bool ShowLines {get; set;}