UITextDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of values that specify text direction.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextDirection
type UITextDirection =
- Inheritance
-
UITextDirection
- Attributes
Fields
Backward | 1 | Backward text direction. |
Down | 5 | The text direction is downward. |
Forward | 0 | The text direction is forward. |
Left | 3 | The text direction is to the left. |
Right | 2 | The text direction is to the right. |
Up | 4 | The text direction is upward. |