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

# topLeading

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

## Declaration

```swift
static let topLeading: Alignment
```

## Discussion

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

## See Also

### Getting top guides

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