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

# bottomTrailing

A point that’s in the bottom, trailing corner of a view.

## Declaration

```swift
static let bottomTrailing: UnitPoint
```

## Discussion

Discussion This point occupies the position where the horizontal and vertical alignment guides intersect for bottomTrailing alignment. The trailing edge appears on the right in a left-to-right language environment and on the left in a right-to-left environment.

## See Also

### Getting bottom points

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