<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Edge/Corner/Style",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4EdgeO6CornerO5StyleV"
  },
  "title" : "Edge.Corner.Style"
}
-->

# Edge.Corner.Style

A style that describes the corner of a rectangular shape.

```
struct Style
```

## 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`](/documentation/SwiftUI/ConcentricRectangle).

> SeeAlso: ``doc://com.apple.SwiftUI/documentation/SwiftUI/ConcentricRectangle``, ``doc://com.apple.SwiftUI/documentation/SwiftUI/RoundedRectangularShape``

## Topics

### Type Properties

[`static var concentric: Edge.Corner.Style`](/documentation/SwiftUI/Edge/Corner/Style/concentric)

A rounded corner style where the corner’s radius shares a center
point with the container shape’s corner radius.

### Type Methods

[`static func concentric(minimum: Edge.Corner.Style?) -> Edge.Corner.Style`](/documentation/SwiftUI/Edge/Corner/Style/concentric(minimum:))

A rounded corner style where the corner’s radius shares a center
point with the container shape’s corner radius, with an optional
minimum radius.

[`static func fixed(CGFloat) -> Edge.Corner.Style`](/documentation/SwiftUI/Edge/Corner/Style/fixed(_:))

A rounded corner style where the corner’s radius is the value you
provide.

### Default Implementations

[ExpressibleByFloatLiteral Implementations](/documentation/SwiftUI/Edge/Corner/Style/ExpressibleByFloatLiteral-Implementations)

[ExpressibleByIntegerLiteral Implementations](/documentation/SwiftUI/Edge/Corner/Style/ExpressibleByIntegerLiteral-Implementations)

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`ExpressibleByIntegerLiteral`](/documentation/Swift/ExpressibleByIntegerLiteral)

[`Equatable`](/documentation/Swift/Equatable)

[`Animatable`](/documentation/SwiftUI/Animatable)

[`Copyable`](/documentation/Swift/Copyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Escapable`](/documentation/Swift/Escapable)

[`Hashable`](/documentation/Swift/Hashable)

[`ExpressibleByFloatLiteral`](/documentation/Swift/ExpressibleByFloatLiteral)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)