---
title: "uniformRightRadius(_:topLeftRadius:bottomLeftRadius:)"
framework: appkit
role: symbol
role_heading: Type Method
path: "appkit/nsviewcornerconfiguration/uniformrightradius(_:topleftradius:bottomleftradius:)"
---

# uniformRightRadius(_:topLeftRadius:bottomLeftRadius:)

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

## Declaration

```swift
class func uniformRightRadius(_ rightRadius: NSViewCornerRadius, topLeftRadius: NSViewCornerRadius?, bottomLeftRadius: NSViewCornerRadius?) -> NSViewCornerConfiguration
```

## Parameters

- `rightRadius`: Radius for right edge.
- `topLeftRadius`: Radius for the top left corner.
- `bottomLeftRadius`: Radius for the bottom left corner.
