---
title: cornerRadius
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreenlayout/cornerradius
---

# cornerRadius

The radius to use when drawing rounded corners for the cell.

## Declaration

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

## Discussion

Discussion Setting the radius to a value greater than 0.0 points applies increasingly rounded corners on the cell. The default value of this property is 36.0 points.
