'Declaration
<System.ComponentModel.CategoryAttribute("Tab Appearance")> <System.ComponentModel.DescriptionAttribute("Gets or sets the style of the tabs.")> Public Property TabStyle As TabStyle
'Usage
Dim instance As NTabStyle Dim value As TabStyle instance.TabStyle = value value = instance.TabStyle
[System.ComponentModel.Category("Tab Appearance")] [System.ComponentModel.Description("Gets or sets the style of the tabs.")] public TabStyle TabStyle {get; set;}