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

```kotlin
public value class AnchorType internal constructor(internal val ratio: Float)
```

Specifies how components will be laid down with respect to the anchor.

## Companion Object

#### Properties

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

```kotlin
public val Start: AnchorType
```

Start the content of the [CurvedLayout](/jetpack-compose/androidx.wear.compose/compose-foundation/composable-functions/CurvedLayout) on the anchor

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

```kotlin
public val Center: AnchorType
```

Center the content of the [CurvedLayout](/jetpack-compose/androidx.wear.compose/compose-foundation/composable-functions/CurvedLayout) around the anchor

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

```kotlin
public val End: AnchorType
```

End the content of the [CurvedLayout](/jetpack-compose/androidx.wear.compose/compose-foundation/composable-functions/CurvedLayout) on the anchor