---
title: circle
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/buttonbordershape/circle
---

# circle

A circular shape.

## Declaration

```swift
static let circle: ButtonBorderShape
```

## Discussion

Discussion Use the buttonBorderShape(_:) view modifier to apply the shape to bordered buttons within a view hierarchy.

## See Also

### Getting border shapes

- [automatic](swiftui/buttonbordershape/automatic.md)
- [capsule](swiftui/buttonbordershape/capsule.md)
- [roundedRectangle](swiftui/buttonbordershape/roundedrectangle.md)
- [roundedRectangle(radius:)](swiftui/buttonbordershape/roundedrectangle(radius:).md)
