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