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

# topLeading

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

## Declaration

```swift
static let topLeading: UnitPoint
```

## Discussion

Discussion This point occupies the position where the horizontal and vertical alignment guides intersect for topLeading alignment. The leading edge appears on the left in a left-to-right language environment and on the right in a right-to-left environment.

## See Also

### Getting top points

- [top](swiftui/unitpoint/top.md)
- [topTrailing](swiftui/unitpoint/toptrailing.md)
