<div class='sourceset sourceset-common'>Common</div>

```kotlin
class Above(val alignment: Alignment.Horizontal = Alignment.Start) : TextFieldLabelPosition()
```

The label is positioned above and outside the text field container. This results in the label
always being minimized.

#### Parameters

| | |
| --- | --- |
| alignment | The horizontal alignment of the label. |