---
title: contentOffset
framework: messages
role: symbol
role_heading: Instance Property
path: messages/msstickerbrowserview/contentoffset
---

# contentOffset

The distance that the content is offset from the browser’s origin.

## Declaration

```swift
var contentOffset: CGPoint { get set }
```

## Discussion

Discussion Positive x values shift the content to the left. Positive y values shift the content upward. The default value is CGPointZero.

## See Also

### Managing the Browser’s Appearance

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