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

# valueWraps

A Boolean value that indicates whether the stepper wraps around the minimum and maximum values.

## Declaration

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

## Discussion

Discussion true if, when incrementing or decrementing, the value wraps around to the minimum or maximum. false if the value stays pinned at the minimum or maximum. The default is true.

## See Also

### Specifying how the stepper responds

- [autorepeat](appkit/nsstepper/autorepeat.md)
