Modifica

Condividi tramite


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

Name Value Description
Forward 0

The text direction is forward.

Backward 1

Backward text direction.

Right 2

The text direction is to the right.

Left 3

The text direction is to the left.

Up 4

The text direction is upward.

Down 5

The text direction is downward.

Applies to

See also