---
title: bounds
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscollectionlayoutvisibleitem/bounds
---

# bounds

The bounds rectangle, which describes the item’s location and size in its own coordinate system.

## Declaration

```swift
var bounds: NSRect { get }
```

## See Also

### Configuring position

- [frame](appkit/nscollectionlayoutvisibleitem/frame.md)
- [center](appkit/nscollectionlayoutvisibleitem/center.md)
