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

# topTrailing

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

## Declaration

```swift
static let topTrailing: Alignment
```

## Discussion

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

## See Also

### Getting top guides

- [topLeading](swiftui/alignment/topleading.md)
- [top](swiftui/alignment/top.md)
