Version

TabOrientation Enumeration

Enumerator used to determine where the tab area is relative to the control's tab page area.
Syntax
'Declaration
 
Public Enum TabOrientation 
   Inherits System.Enum
public enum TabOrientation : System.Enum 
Members
MemberDescription
BottomLeftThe tabs appear along the bottom edge of the control aligned to the left side.
BottomRightThe tabs appear along the bottom edge of the control aligned to the right side.
DefaultDefault
LeftBottomThe tabs appear along the left edge of the control vertically aligned to the bottom.
LeftTopThe tabs appear along the left edge of the control vertically aligned to the top.
RightBottomThe tabs appear along the right edge of the control vertically aligned to the bottom.
RightTopThe tabs appear along the right edge of the control vertically aligned to the top.
TopLeftThe tabs appear along the top edge of the control aligned to the left side.
TopRightThe tabs appear along the top edge of the control aligned to the right side.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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