---
title: Circle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/circle
---

# Circle

A circle centered on the frame of the view containing it.

## Declaration

```swift
@frozen struct Circle
```

## Mentioned in

Laying out a simple view Applying Liquid Glass to custom views

## Overview

Overview The circle’s radius equals half the length of the frame rectangle’s smallest edge.

## Topics

### Creating a circle

- [init()](swiftui/circle/init().md)

## Relationships

### Conforms To

- [Animatable](swiftui/animatable.md)
- [BitwiseCopyable](swift/bitwisecopyable.md)
- [ChartSymbolShape](charts/chartsymbolshape.md)
- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [InsettableShape](swiftui/insettableshape.md)
- [RoundedRectangularShape](swiftui/roundedrectangularshape.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Shape](swiftui/shape.md)
- [View](swiftui/view.md)

## See Also

### Creating circular shapes

- [Ellipse](swiftui/ellipse.md)
- [Capsule](swiftui/capsule.md)
