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

# bottomLeading

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

## Declaration

```swift
static let bottomLeading: UnitPoint
```

## Discussion

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

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