---
title: normalizedPosition
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreenlayoutattributes/normalizedposition
---

# normalizedPosition

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

## Declaration

```swift
var normalizedPosition: CGFloat { get set }
```

## Discussion

Discussion A negative value indicates that the cell is positioned to the left of the center cell in the collection view. A positive value indicates that the cell is positioned to the right of the center cell. A 0 value indicates the cell is in the neutral position, in the center of the collection view.
