UITextWritingDirection 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 writing directions, based on the language.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextWritingDirection
type UITextWritingDirection =
- Inheritance
-
UITextWritingDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Natural | -1 | Text is written in the way natural to it's locale. |
LeftToRight | 0 | Text is written left to right. |
RightToLeft | 1 | Text is written right to left. |