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