UITextStorageDirection Enum

Definition

An enumeation indicating the direction in which text is stored.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextStorageDirection
type UITextStorageDirection = 
Inheritance
UITextStorageDirection
Attributes

Fields

Backward 1

The text is stored in a backward direction.

Forward 0

The text is stored in a forward direction.

Applies to

See also