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

# cornerRadius

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

## Declaration

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

## Discussion

Discussion Setting the radius to a value greater than 0.0 points applies increasingly rounded corners to the cell.

## See Also

### Modifying Cell Appearance

- [contentBleed](tvuikit/tvcollectionviewfullscreencell/contentbleed.md)
- [maskAmount](tvuikit/tvcollectionviewfullscreencell/maskamount.md)
