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

# minValue

The stepper’s minimum value.

## Declaration

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

## Discussion

Discussion The default is 0.0.

## See Also

### Managing the stepper’s value

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