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

# TVCollectionViewFullScreenLayoutAttributes

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

```
class TVCollectionViewFullScreenLayoutAttributes
```

## Topics

### Modifying Cell Appearance

[`var contentBleed: UIEdgeInsets`](/documentation/TVUIKit/TVCollectionViewFullScreenLayoutAttributes/contentBleed)

The amount of content that bleeds into the masked portions of the cell.

[`var cornerRadius: CGFloat`](/documentation/TVUIKit/TVCollectionViewFullScreenLayoutAttributes/cornerRadius)

The radius to use when drawing rounded corners for the cell.

[`var maskAmount: CGFloat`](/documentation/TVUIKit/TVCollectionViewFullScreenLayoutAttributes/maskAmount)

The amount of masking to apply to the cell.

### Modifying the Parallax Effect

[`var parallaxOffset: CGFloat`](/documentation/TVUIKit/TVCollectionViewFullScreenLayoutAttributes/parallaxOffset)

The number of points by which to shift the background from the center when moving focus.

### Managing Cell Position

[`var normalizedPosition: CGFloat`](/documentation/TVUIKit/TVCollectionViewFullScreenLayoutAttributes/normalizedPosition)

A value that indicates the distance of the current cell from the collection view’s center cell.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`UIDynamicItem`](/documentation/UIKit/UIDynamicItem)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`UICollectionViewLayoutAttributes`](/documentation/UIKit/UICollectionViewLayoutAttributes)

---

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)