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

```kotlin
public interface RemoteAlignment
```

A remote equivalent of [androidx.compose.ui.Alignment](/jetpack-compose/androidx.compose.ui/ui/interfaces/Alignment). It is used to define how a layout's
children should be positioned.

Pre-defined alignment objects are available through the companion object:
- Horizontal: `Start`, `CenterHorizontally`, `End`
- Vertical: [Top](/jetpack-compose/androidx.compose.ui/ui-test/properties/top), `CenterVertically`, [Bottom](/jetpack-compose/androidx.compose.ui/ui-test/properties/bottom)