Version

TextDirection Enumeration

Determines the direction in which text flows.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also