---
title: maskAmount
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreencell/maskamount
---

# maskAmount

The factor that determines the amount of masking applied on the cell.

## Declaration

```swift
var maskAmount: CGFloat { get }
```

## Discussion

Discussion The amount of masking is determined by attributes of the collection view. A value of 0.0 is applied automatically when the cell is in full screen mode, indicating that there is no masking around the cell. A value of 1.0 is the default masking applied in browsing mode.

## See Also

### Modifying Cell Appearance

- [contentBleed](tvuikit/tvcollectionviewfullscreencell/contentbleed.md)
- [cornerRadius](tvuikit/tvcollectionviewfullscreencell/cornerradius.md)
