---
title: "RadialAlignment"
description: "How to lay down components when they are thinner than the [CurvedRow]. Similar to vertical
alignment in a Row."
type: "class"
---

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


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

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


> **Deprecated** glance-wear-tiles is deprecated and will be removed

```kotlin
public value class RadialAlignment private constructor(private val value: Int)
```


How to lay down components when they are thinner than the `CurvedRow`. Similar to vertical
alignment in a Row.


## Companion Object

#### Properties

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


```kotlin
public val Inner: RadialAlignment
```


Put the child closest to the center of the `CurvedRow`, within the available space



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


```kotlin
public val Center: RadialAlignment
```


Put the child in the middle point of the available space.



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


```kotlin
public val Outer: RadialAlignment
```


Put the child farthest from the center of the `CurvedRow`, within the available space





