---
title: "uniformBottomRadius(_:topLeftRadius:topRightRadius:)"
framework: appkit
role: symbol
role_heading: Type Method
path: "appkit/nsviewcornerconfiguration/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.

## Declaration

```swift
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.
