---
title: NSViewCornerRadius
framework: appkit
role: symbol
role_heading: Class
path: appkit/nsviewcornerradius
---

# NSViewCornerRadius

Represents a radius used to round a corner. It supports fixed and adaptive configurations.

## Declaration

```swift
class NSViewCornerRadius
```

## Topics

### Type Properties

- [containerConcentric](appkit/nsviewcornerradius/containerconcentric.md)

### Type Methods

- [containerConcentric(_:)](appkit/nsviewcornerradius/containerconcentric(_:).md)
- [fixed(_:)](appkit/nsviewcornerradius/fixed(_:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
