---
title: Ellipse
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/ellipse
---

# Ellipse

An ellipse aligned inside the frame of the view containing it.

## Declaration

```swift
@frozen struct Ellipse
```

## Topics

### Creating an ellipse

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

## Relationships

### Conforms To

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

## See Also

### Creating circular shapes

- [Circle](swiftui/circle.md)
- [Capsule](swiftui/capsule.md)
