'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether a border around the control will be rendered.")> Public Property DrawBorder As System.Boolean
'Usage
Dim instance As NNavigationPane Dim value As System.Boolean instance.DrawBorder = value value = instance.DrawBorder
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether a border around the control will be rendered.")] public System.bool DrawBorder {get; set;}