---
title: contentBleed
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreencell/contentbleed
---

# contentBleed

The amount of content that overlaps into the masked portions of the cell.

## Declaration

```swift
var contentBleed: UIEdgeInsets { get }
```

## Discussion

Discussion The portions of content that bleed into the masked portions go out of bounds, and consequently disappear from view.

## See Also

### Modifying Cell Appearance

- [cornerRadius](tvuikit/tvcollectionviewfullscreencell/cornerradius.md)
- [maskAmount](tvuikit/tvcollectionviewfullscreencell/maskamount.md)
