---
title: bounds
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/scrollgeometry/bounds
---

# bounds

The bounds rect of the scroll view.

## Declaration

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

## Discussion

Discussion Unlike the visible rect, this value is within the content insets of the scroll view.
