---
title: TVCollectionViewFullScreenLayoutAttributes
framework: tvuikit
role: symbol
role_heading: Class
path: tvuikit/tvcollectionviewfullscreenlayoutattributes
---

# TVCollectionViewFullScreenLayoutAttributes

Attributes to manage the appearance of the collection view’s layout.

## Declaration

```swift
class TVCollectionViewFullScreenLayoutAttributes
```

## Topics

### Modifying Cell Appearance

- [contentBleed](tvuikit/tvcollectionviewfullscreenlayoutattributes/contentbleed.md)
- [cornerRadius](tvuikit/tvcollectionviewfullscreenlayoutattributes/cornerradius.md)
- [maskAmount](tvuikit/tvcollectionviewfullscreenlayoutattributes/maskamount.md)

### Modifying the Parallax Effect

- [parallaxOffset](tvuikit/tvcollectionviewfullscreenlayoutattributes/parallaxoffset.md)

### Managing Cell Position

- [normalizedPosition](tvuikit/tvcollectionviewfullscreenlayoutattributes/normalizedposition.md)

## Relationships

### Inherits From

- [UICollectionViewLayoutAttributes](uikit/uicollectionviewlayoutattributes.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [UIDynamicItem](uikit/uidynamicitem.md)

## See Also

### Collections of content

- [Creating immersive experiences using a full-screen layout](tvuikit/creating-immersive-experiences-using-a-full-screen-layout.md)
- [TVCollectionViewFullScreenLayout](tvuikit/tvcollectionviewfullscreenlayout.md)
- [TVCollectionViewDelegateFullScreenLayout](tvuikit/tvcollectionviewdelegatefullscreenlayout.md)
- [TVCollectionViewFullScreenCell](tvuikit/tvcollectionviewfullscreencell.md)
