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

# trailing

A guide that marks the trailing edge of the view.

## Declaration

```swift
static let trailing: Alignment
```

## Discussion

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

## See Also

### Getting middle guides

- [leading](swiftui/alignment/leading.md)
- [center](swiftui/alignment/center.md)
