---
title: scalesWithZoom
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/markupadornment/scaleswithzoom
---

# scalesWithZoom

A Boolean value that indicates whether the adornment scales with the zoom level or remains fixed in the base coordinate system.

## Declaration

```swift
var scalesWithZoom: Bool
```

## Discussion

Discussion When this value is true, the adornment image adjusts to the zoom scale of the PaperMarkupViewController. When false, the adornment image remains fixed in the base coordinate system.

## See Also

### Controlling interactions

- [MarkupAdornment.DragRegion](paperkit/markupadornment/dragregion-swift.struct.md)
- [dragRegion](paperkit/markupadornment/dragregion-swift.property.md)
