<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSViewCornerConfiguration/uniformBottomRadius(_:topLeftRadius:topRightRadius:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSViewCornerConfiguration(cm)configurationWithUniformBottomRadius:topLeftRadius:topRightRadius:"
  },
  "title" : "uniformBottomRadius(_:topLeftRadius:topRightRadius:)"
}
-->

# uniformBottomRadius(_:topLeftRadius:topRightRadius:)

A configuration that applies the `bottomRadius` uniformly to the bottom-left
and bottom-right corners, with optional independent radii for the top-left
and top-right corners. When the uniform corners differ, it uses the largest of the resolved corner radii.

```
class func uniformBottomRadius(_ bottomRadius: NSViewCornerRadius, topLeftRadius: NSViewCornerRadius?, topRightRadius: NSViewCornerRadius?) -> NSViewCornerConfiguration
```

## Parameters

`bottomRadius`

Radius for bottom edge.

`topLeftRadius`

Radius for the top left corner.

`topRightRadius`

Radius for the top right corner.

---

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)