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

# bottomLeading

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

## Declaration

```swift
static let bottomLeading: Alignment
```

## Discussion

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

## See Also

### Getting bottom guides

- [bottom](swiftui/alignment/bottom.md)
- [bottomTrailing](swiftui/alignment/bottomtrailing.md)
