---
title: maskInset
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreenlayout/maskinset
---

# maskInset

The edge insets of the cell mask.

## Declaration

```swift
var maskInset: UIEdgeInsets { get set }
```

## Discussion

Discussion Use the maskInset property to create a mask around the cell that is only revealed when the cell is brought into focus. The default value of this property is UIEdgeInsetsMake(32.0, 120.0, 0.0, 120.0).

## See Also

### Configuring cell masks

- [maskAmount](tvuikit/tvcollectionviewfullscreenlayout/maskamount.md)
