UITextLayoutDirection 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 indicating the direction of text layout.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextLayoutDirection
type UITextLayoutDirection =
- Inheritance
-
UITextLayoutDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Right | 2 | The text is laid out from left-to-right. |
Left | 3 | The text is laid out from right-to-left. |
Up | 4 | The text is laid out upward. |
Down | 5 | The text is laid out downward. |