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

# leading

A guide that marks the leading edge of the view.

## Declaration

```swift
static let leading: Alignment
```

## Discussion

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

## See Also

### Getting middle guides

- [center](swiftui/alignment/center.md)
- [trailing](swiftui/alignment/trailing.md)
