Share via


UITextLayoutDirection Enum

Definition

An enumeration indicating the direction of text layout.

[ObjCRuntime.Native]
public enum UITextLayoutDirection
[<ObjCRuntime.Native>]
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.

Applies to