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

# valueWraps

A Boolean value indicating whether the receiver 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 stepper cell responds

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