<!--
{
  "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/ConcentricRectangle/init(uniformBottomCorners:topLeadingCorner:topTrailingCorner:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI19ConcentricRectangleV20uniformBottomCorners16topLeadingCorner0h8TrailingJ0AcA4EdgeO0J0O5StyleV_A2Ltcfc"
  },
  "title" : "init(uniformBottomCorners:topLeadingCorner:topTrailingCorner:)"
}
-->

# init(uniformBottomCorners:topLeadingCorner:topTrailingCorner:)

Creates a rectangle with a corner style set on the bottom two corners
uniformly, and two other styles for the top two corners respectively.

```
init(uniformBottomCorners: Edge.Corner.Style = .concentric, topLeadingCorner: Edge.Corner.Style = .concentric, topTrailingCorner: Edge.Corner.Style = .concentric)
```

## Parameters

`uniformBottomCorners`

The corner style to apply to the bottom
two corners uniformly.

`topLeadingCorner`

The corner style for the top leading corner.

`topTrailingCorner`

The corner style for the top trailing corner.

## Discussion

For the two bottom corners, the system calculates the radius for each
corner first. Then, it selects the largest radius and applies it to
each bottom corner to achieve the symmetric look.

---

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)