---
title: Edge.Corner.Style
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/edge/corner/style
---

# Edge.Corner.Style

A style that describes the corner of a rectangular shape.

## Declaration

```swift
struct Style
```

## Overview

Overview A corner can be square, rounded with a fixed-radius curve, or rounded with a curve that’s concentric to the container shape. For more information on how to create a shape with configurable corner styles, see ConcentricRectangle. note: ConcentricRectangle, RoundedRectangularShape

## Topics

### Type Properties

- [concentric](swiftui/edge/corner/style/concentric.md)

### Type Methods

- [concentric(minimum:)](swiftui/edge/corner/style/concentric(minimum:).md)
- [fixed(_:)](swiftui/edge/corner/style/fixed(_:).md)

### Default Implementations

- [ExpressibleByFloatLiteral Implementations](swiftui/edge/corner/style/expressiblebyfloatliteral-implementations.md)
- [ExpressibleByIntegerLiteral Implementations](swiftui/edge/corner/style/expressiblebyintegerliteral-implementations.md)

## Relationships

### Conforms To

- [Animatable](swiftui/animatable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [ExpressibleByFloatLiteral](swift/expressiblebyfloatliteral.md)
- [ExpressibleByIntegerLiteral](swift/expressiblebyintegerliteral.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
