---
title: UIControl.ContentVerticalAlignment.top
framework: uikit
role: symbol
role_heading: Case
path: uikit/uicontrol/contentverticalalignment-swift.enum/top
---

# UIControl.ContentVerticalAlignment.top

Aligns the content vertically at the top in the control (the default).

## Declaration

```swift
case top
```

## See Also

### Constants

- [UIControl.ContentVerticalAlignment.center](uikit/uicontrol/contentverticalalignment-swift.enum/center.md)
- [UIControl.ContentVerticalAlignment.bottom](uikit/uicontrol/contentverticalalignment-swift.enum/bottom.md)
- [UIControl.ContentVerticalAlignment.fill](uikit/uicontrol/contentverticalalignment-swift.enum/fill.md)
