public enum TextDirection : System.Enum
| Member | Description |
|---|---|
| EastAsianVertical | Text flows along the vertical plane with East Asian vertical orientation. |
| Horizontal | Text 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. |
| MongolianVertical | Text flows along the vertical plane with Mongolian vertical orientation. |
| Vertical | Text flows along the vertical plane. The plane is defined by rotating the horizontal axis by 90 degrees in the clockwise direction. |
| Vertical270 | Text flows along the vertical plane. The plane is defined by rotating the horizontal axis by 270 degrees in the clockwise direction. |
| WordArtVertical | Text flows along the vertical plane with WordArt vertical orientation. |
| WordArtVerticalRtl | Similar to WordArtVertical, with a right-to-left text reading direction. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+