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


In This Topic
    TabAlign Property (NTabStyle)
    In This Topic
    Gets or sets the alignment of the tabs.
    Syntax
    '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;}
    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