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

# uniformEdges(topRadius:bottomRadius:)

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

```
class func uniformEdges(topRadius: NSViewCornerRadius, bottomRadius: NSViewCornerRadius) -> NSViewCornerConfiguration
```

## Parameters

`topRadius`

Radius for top edge.

`bottomRadius`

Radius for the bottom edge.

---

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)