Share via


UITextStorageDirection Enum

Definition

An enumeation indicating the direction in which text is stored.

[ObjCRuntime.Native]
public enum UITextStorageDirection
[<ObjCRuntime.Native>]
type UITextStorageDirection = 
Inheritance
UITextStorageDirection
Attributes

Fields

Name Value Description
Forward 0

The text is stored in a forward direction.

Backward 1

The text is stored in a backward direction.

Applies to

See also