Version

TabOrientation Property (UltraWebTab)

Location and alignment of the tabs relative to the ContentPane.
Syntax
'Declaration
 
Public Property TabOrientation As TabOrientation
public TabOrientation TabOrientation {get; set;}
Remarks

Permitted values are: TopLeft, TopRight, BottomLeft, BottomRight, LeftTop, LeftBottom, RightTop, RightBottom

Each TabOrientation constant specifies the orientation and the alignment of the Tab objects when rendered. E.g., TopLeft indicates the Tabs will be oriented on the Tab of the control and aligned to the left.

Requirements

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