---
title: resize
framework: paperkit
role: symbol
role_heading: Type Property
path: paperkit/markupinteractions/resize
---

# resize

Allows resizing.

## Declaration

```swift
static let resize: MarkupInteractions
```

## Discussion

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.

## See Also

### Configuring interactions

- [rotate](paperkit/markupinteractions/rotate.md)
- [move](paperkit/markupinteractions/move.md)
- [delete](paperkit/markupinteractions/delete.md)
- [style](paperkit/markupinteractions/style.md)
- [select](paperkit/markupinteractions/select.md)
