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