---
title: maskedBackgroundView
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreencell/maskedbackgroundview
---

# maskedBackgroundView

The background view that performs the parallax effect.

## Declaration

```swift
var maskedBackgroundView: UIView { get }
```

## Discussion

Discussion The maskedBackgroundView property returns the current cell’s background view. Modify properties of this view to customize the parallax effect. Generally, you should add an opaque image to the view.

## See Also

### Accessing Cell Views

- [maskedContentView](tvuikit/tvcollectionviewfullscreencell/maskedcontentview.md)
