---
title: increment
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssteppertouchbaritem/increment
---

# increment

The stepper’s increment value.

## Declaration

```swift
var increment: Double { get set }
```

## Discussion

Discussion The default value is 1.0.

## See Also

### Managing the stepper’s value

- [value](appkit/nssteppertouchbaritem/value.md)
- [maxValue](appkit/nssteppertouchbaritem/maxvalue.md)
- [minValue](appkit/nssteppertouchbaritem/minvalue.md)
