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

# bottomTrailing

A guide that marks the bottom and trailing edges of the view.

## Declaration

```swift
static let bottomTrailing: Alignment
```

## Discussion

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

## See Also

### Getting bottom guides

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