<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Messages",
  "identifier" : "/documentation/Messages/MSStickerBrowserView/contentOffset",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Messages"
    ],
    "preciseIdentifier" : "c:objc(cs)MSStickerBrowserView(py)contentOffset"
  },
  "title" : "contentOffset"
}
-->

# contentOffset

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

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

## Discussion

Positive `x` values shift the content to the left. Positive `y` values shift the content upward. The default value is <doc://com.apple.documentation/documentation/CoreGraphics/CGPointZero>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)