Version

TabOrientation Property (WebTab)

Gets sets horizontal or vertical orientation of text and images in tabs.
Syntax
'Declaration
 
Public Property TabOrientation As Orientation
public Orientation TabOrientation {get; set;}
Remarks

Notes:

If vertical orientation is enabled, then for Top and Bottom tabs locations the TabsOverflow.Reduce is not supported. If vertical orientation is enabled and line breaks are used, then TextOverflow.Ellipsis is not supported.

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