'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the tabstrip has border.")> Public Property HasBorder As System.Boolean
'Usage
Dim instance As NTabStrip Dim value As System.Boolean instance.HasBorder = value value = instance.HasBorder
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the tabstrip has border.")] public System.bool HasBorder {get; set;}