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

# leading

A point that’s centered vertically on the leading edge of a view.

## Declaration

```swift
static let leading: UnitPoint
```

## Discussion

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

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