---
title: bounds
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicoordinatespace/bounds
---

# bounds

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

## Declaration

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

## Discussion

Discussion The rectangle in this property always matches the app’s interface orientation. For apps that support all interface orientations, the value in this property can change when the user rotates the device between portrait and landscape modes.
