Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiManager Class / TabGroupOrientation Property


In This Topic
    TabGroupOrientation Property
    In This Topic
    Gets or sets the orientation of the tab-groups.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <DescriptionAttribute("The orientation of the tab-groups.")>
    <CategoryAttribute("Appearance")>
    Public Property TabGroupOrientation As Orientation
    'Usage
     
    Dim instance As TabbedMdiManager
    Dim value As Orientation
     
    instance.TabGroupOrientation = value
     
    value = instance.TabGroupOrientation
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The orientation of the tab-groups.")]
    [Category("Appearance")]
    public Orientation TabGroupOrientation {get; set;}

    Property Value

    An Orientation value indicating the orientation of the tab-groups. By default, Horizontal.
    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