Xceed Docking Windows for WinForms v2.3 Documentation
TabGroupOrientation Property


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiManager Class : TabGroupOrientation Property
Gets or sets the orientation of the tab-groups.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<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()]
[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

Reference

TabbedMdiManager Class
TabbedMdiManager Members