Xceed Docking Windows for WinForms v2.3 Documentation
TabStripAlignment Property


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiTabGroup Class : TabStripAlignment Property
Gets or sets the alignment of the tab-group's associated tabbed-mdi tabstrip.
Syntax
'Declaration
 
Public Property TabStripAlignment As MdiTabStripAlignment
'Usage
 
Dim instance As TabbedMdiTabGroup
Dim value As MdiTabStripAlignment
 
instance.TabStripAlignment = value
 
value = instance.TabStripAlignment
public MdiTabStripAlignment TabStripAlignment {get; set;}

Property Value

An MdiTabStripAlignment value representing the alignment of the tab-group's associated tabbed-mdi tabstrip.
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

TabbedMdiTabGroup Class
TabbedMdiTabGroup Members