UITextDirection Enum

Definition

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.

Applies to

See also