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