---
title: autorepeat
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsstepper/autorepeat
---

# autorepeat

A Boolean value that indicates how the stepper responds to mouse events.

## Declaration

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

## Discussion

Discussion true if the first mouse down does one increment (or decrement) and, after a delay of 0.5 seconds, increments (or decrements) at a rate of ten times per second. false if the receiver does one increment (decrement) on a mouse up. The default is true.

## See Also

### Specifying how the stepper responds

- [valueWraps](appkit/nsstepper/valuewraps.md)
