Version

TextOrientation Property

Returns or sets the Orientation of the text within the Tab

Syntax
'Declaration
 
Public Property TextOrientation As TextOrientation
public TextOrientation TextOrientation {get; set;}
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