---
title: "containerConcentric(_:)"
framework: appkit
role: symbol
role_heading: Type Method
path: "appkit/nsviewcornerradius/containerconcentric(_:)"
---

# containerConcentric(_:)

A dynamic corner radius calculated based on the view’s container shape and limited to the provided minimum radius.

## Declaration

```swift
class func containerConcentric(_ minimumRadius: CGFloat) -> NSViewCornerRadius
```

## Parameters

- `minimumRadius`: Corner radius that’s applied when a corner of the view’s container is smaller than the specified radius.
