---
title: contentInset
framework: messages
role: symbol
role_heading: Instance Property
path: messages/msstickerbrowserview/contentinset
---

# contentInset

The distance that the content is inset from the edge of the browser view.

## Declaration

```swift
var contentInset: UIEdgeInsets { get set }
```

## Discussion

Discussion Use this property to add to the scrollable area around the content. The insets are measured in points. The default value is zero.

## See Also

### Managing the Browser’s Appearance

- [contentOffset](messages/msstickerbrowserview/contentoffset.md)
- [setContentOffset(_:animated:)](messages/msstickerbrowserview/setcontentoffset(_:animated:).md)
- [stickerSize](messages/msstickerbrowserview/stickersize.md)
