'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <WebCategoryAttribute("Appearance")> <WebSysDescriptionAttribute("TreeView_ShowLines")> Public Property ShowLines As System.Boolean
'Usage
Dim instance As NTreeView Dim value As System.Boolean instance.ShowLines = value value = instance.ShowLines
[System.ComponentModel.DefaultValue(false)] [WebCategory("Appearance")] [WebSysDescription("TreeView_ShowLines")] public System.bool ShowLines {get; set;}