'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the style of the tabs.")> Public Property TabStyle As TabStyle
'Usage
Dim instance As NTabStrip Dim value As TabStyle instance.TabStyle = value value = instance.TabStyle
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the style of the tabs.")] public TabStyle TabStyle {get; set;}