---
title: isMovable
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsrulermarker/ismovable
---

# isMovable

A Boolean that indicates whether the user can move the receiver in its ruler view.

## Declaration

```swift
var isMovable: Bool { get set }
```

## Discussion

Discussion true to allow the user to drag the marker image in the ruler, false to make it immobile. By default, ruler markers are movable.

## See Also

### Setting movability

- [isRemovable](appkit/nsrulermarker/isremovable.md)
