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