Version

TextDirection Enumeration

Determines the direction in which text flows.
Syntax
'Declaration
 
Public Enum TextDirection 
   Inherits System.Enum
public enum TextDirection : System.Enum 
Members
MemberDescription
EastAsianVerticalText flows along the vertical plane with East Asian vertical orientation.
HorizontalText flows along the horizontal plane. Note that under this setting, text rotation is also supported, with the angle of rotation being relative to the horizontal plane.
MongolianVerticalText flows along the vertical plane with Mongolian vertical orientation.
VerticalText flows along the vertical plane. The plane is defined by rotating the horizontal axis by 90 degrees in the clockwise direction.
Vertical270Text flows along the vertical plane. The plane is defined by rotating the horizontal axis by 270 degrees in the clockwise direction.
WordArtVerticalText flows along the vertical plane with WordArt vertical orientation.
WordArtVerticalRtlSimilar to WordArtVertical, with a right-to-left text reading direction.
Requirements

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