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

# topTrailing

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

## Declaration

```swift
static let topTrailing: UnitPoint
```

## Discussion

Discussion This point occupies the position where the horizontal and vertical alignment guides intersect for topTrailing 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 top points

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