Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NTabStyle Class / TextOrientation Property


In This Topic
    TextOrientation Property (NTabStyle)
    In This Topic
    Gets or sets the orientation for the tabs text.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also