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

# trailing

A point that’s centered vertically on the trailing edge of a view.

## Declaration

```swift
static let trailing: UnitPoint
```

## Discussion

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

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