# ReadingDirection

## Content

# Enumeration: ReadingDirection

Specifies the possible predominant reading order for text.

## Enumeration Members

### L2R

```ts
L2R: 0;
```

Left to right.

***

### R2L

```ts
R2L: 1;
```

Right to left (including vertical writing systems, such as Chinese, Japanese, and Korean).
