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

# bottom

A point that’s centered horizontally on the bottom edge of a view.

## Declaration

```swift
static let bottom: UnitPoint
```

## Discussion

Discussion This point occupies the position where the horizontal and vertical alignment guides intersect for bottom alignment.

## See Also

### Getting bottom points

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