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

# minValue

The stepper’s minimum value.

## Declaration

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

## Discussion

Discussion The default is 0.

## See Also

### Specifying value range

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