Version

TextOrientation Enumeration

Specifies the alignment of text rendered in the tab objects.
Syntax
'Declaration
 
Public Enum TextOrientation 
   Inherits System.Enum
public enum TextOrientation : System.Enum 
Members
MemberDescription
HorizontalText is rendered horizontally.
VerticalText is rendered vertically.
Remarks

Permitted values are Horizontal and Vertical.

In all Netscape browsers and browsers prior to version 6.0 Vertical text indicates that the text will be rendered such that each letter is on a new line from top to bottom. On IE6 the text will be rotated 90 degrees clockwise.

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