---
title: RoundedCornerStyle
framework: swiftui
role: symbol
role_heading: Enumeration
path: swiftui/roundedcornerstyle
---

# RoundedCornerStyle

Defines the shape of a rounded rectangle’s corners.

## Declaration

```swift
enum RoundedCornerStyle
```

## Topics

### Getting corner styles

- [RoundedCornerStyle.circular](swiftui/roundedcornerstyle/circular.md)
- [RoundedCornerStyle.continuous](swiftui/roundedcornerstyle/continuous.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating rectangular shapes

- [Rectangle](swiftui/rectangle.md)
- [RoundedRectangle](swiftui/roundedrectangle.md)
- [RoundedRectangularShape](swiftui/roundedrectangularshape.md)
- [RoundedRectangularShapeCorners](swiftui/roundedrectangularshapecorners.md)
- [UnevenRoundedRectangle](swiftui/unevenroundedrectangle.md)
- [RectangleCornerRadii](swiftui/rectanglecornerradii.md)
- [RectangleCornerInsets](swiftui/rectanglecornerinsets.md)
- [ConcentricRectangle](swiftui/concentricrectangle.md)
