---
title: "TvKeyboardAlignment"
description: "Represents the TV keyboard alignment options available for TextField(s).

It is not guaranteed if IME will comply with the options provided here."
type: "class"
---

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


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

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


```kotlin
@ExperimentalTvFoundationApi
enum class TvKeyboardAlignment(val option: String? = null)
```


Represents the TV keyboard alignment options available for TextField(s).

It is not guaranteed if IME will comply with the options provided here.



