# `BCCollectionViewLayoutItem.itemContentRect`

*Instance Property*

## Declaration

```swift
var itemContentRect: NSRect { get set }
```

```objc
@property (nonatomic) NSRect itemContentRect;
```

```python
itemContentRect() -> NSRect
setItemContentRect_(itemContentRect: NSRect)
```

