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

# center

A guide that marks the center of the view.

## Declaration

```swift
static let center: Alignment
```

## Discussion

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

## See Also

### Getting middle guides

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