<div class='sourceset sourceset-common'>Common</div>

```kotlin
Horizontal,
```

Horizontal orientation representing X axis.

Note: this value specifies just the axis, not the direction (left-to-right or right-to-left).
To support RTL cases, use `reverseDirection = true` on [scrollable](/jetpack-compose/androidx.compose.foundation/foundation/modifiers/scrollable) and [draggable](/jetpack-compose/androidx.compose.foundation/foundation/modifiers/draggable).