<div class='sourceset sourceset-android'>Android</div>

```kotlin
public value class Angular internal constructor(internal val value: Int)
```

The direction in which components are laid out on a [curvedRow](/jetpack-compose/androidx.wear.compose/compose-foundation/functions/curvedRow) or [CurvedLayout](/jetpack-compose/androidx.wear.compose/compose-foundation/composable-functions/CurvedLayout)

## Companion Object

#### Properties

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public val Normal: Angular
```

Go in Clockwise direction for Ltr layout and Counter Clockwise for Rtl. This is
generally used for curved layouts on the top of the screen.

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public val Reversed: Angular
```

Go in Counter Clockwise direction for Ltr layout and Clockwise for Rtl. This is
generally used for curved layouts on the bottom of the screen.

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public val Clockwise: Angular
```

Go in Clockwise direction, independently of [LayoutDirection](/jetpack-compose/androidx.compose.ui/ui-unit/classes/LayoutDirection).

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public val CounterClockwise: Angular
```

Go in Counter Clockwise direction, independently of [LayoutDirection](/jetpack-compose/androidx.compose.ui/ui-unit/classes/LayoutDirection).