---
title: "PopoverAttachmentAnchor.point(_:)"
framework: swiftui
role: symbol
role_heading: Case
path: "swiftui/popoverattachmentanchor/point(_:)"
---

# PopoverAttachmentAnchor.point(_:)

The anchor point for the popover expressed as a unit point  that describes possible alignments relative to a SwiftUI view.

## Declaration

```swift
case point(UnitPoint)
```

## See Also

### Getting attachment anchors

- [PopoverAttachmentAnchor.rect(_:)](swiftui/popoverattachmentanchor/rect(_:).md)
