<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/MarkupInteractions/resize",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit18MarkupInteractionsV6resizeACvpZ"
  },
  "title" : "resize"
}
-->

# resize

Allows resizing.

```
static let resize: MarkupInteractions
```

## Discussion

This only controls manual resizing through direct interaction (drag handles, gestures).
Programmatic resizing via the `frame` property always works. For `ShapeMarkup` elements,
automatic content-driven resizing from the `autoresizing` property still occurs independently
of this setting.

---

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)