---
title: "AnchorType"
description: "Specifies how components will be laid down with respect to the anchor."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<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` on the anchor



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


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


Center the content of the `CurvedLayout` around the anchor



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


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


End the content of the `CurvedLayout` on the anchor





