UITextLayoutDirection Enum

Definition

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

Down 5

The text is laid out downward.

Left 3

The text is laid out from right-to-left.

Right 2

The text is laid out from left-to-right.

Up 4

The text is laid out upward.

Applies to