<!--
{
  "availability" : [
    "tvOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVUIKit",
  "identifier" : "/documentation/TVUIKit/TVCollectionViewFullScreenLayout/maskInset",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TVUIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVCollectionViewFullScreenLayout(py)maskInset"
  },
  "title" : "maskInset"
}
-->

# maskInset

The edge insets of the cell mask.

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

## 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)`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)