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

# center

A point that’s centered in a view.

## Declaration

```swift
static let center: UnitPoint
```

## Discussion

Discussion This point occupies the position where the horizontal and vertical alignment guides intersect for center alignment.

## See Also

### Getting middle points

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