---
title: maskInset
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvbrowserviewcontroller/maskinset
---

# maskInset

The amount by which the content of the cell is inset.

## Declaration

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

## Discussion

Discussion The default is UIEdgeInsetsMake(32.0, 120.0, 0.0, 120.0).

## See Also

### Modifying the Browser Appearance

- [cornerRadius](tvmlkit/tvbrowserviewcontroller/cornerradius.md)
- [interitemSpacing](tvmlkit/tvbrowserviewcontroller/interitemspacing.md)
