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

# fixed(_:)

Shorthand initializer for a configuration where all four corners are using a fixed corner radius in points.

```
class func fixed(_ radius: CGFloat) -> NSViewCornerRadius
```

## Parameters

`radius`

Radius for all the corners.

---

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)