---
title: bottom
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/alignment/bottom
---

# bottom

A guide that marks the bottom edge of the view.

## Declaration

```swift
static let bottom: Alignment
```

## Discussion

Discussion This alignment combines the center horizontal guide and the bottom vertical guide:

## See Also

### Getting bottom guides

- [bottomLeading](swiftui/alignment/bottomleading.md)
- [bottomTrailing](swiftui/alignment/bottomtrailing.md)
