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