---
title: cornerRadius
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicontentunavailableconfiguration-swift.struct/imageproperties-swift.struct/cornerradius
---

# cornerRadius

The preferred corner radius for the image.

## Declaration

```swift
var cornerRadius: CGFloat { get set }
```

## Discussion

Discussion The default value is 0. If the image is too small to fit the requested radius, the view adjusts the corner curve and radius to fit.
