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

# uniformLeftRadius(_:topRightRadius:bottomRightRadius:)

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

```
class func uniformLeftRadius(_ leftRadius: NSViewCornerRadius, topRightRadius: NSViewCornerRadius?, bottomRightRadius: NSViewCornerRadius?) -> NSViewCornerConfiguration
```

## Parameters

`leftRadius`

Radius for left edge.

`topRightRadius`

Radius for the top right corner.

`bottomRightRadius`

Radius for the bottom 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)