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

# minValue

The minimum value the slider can send to its target.

## Declaration

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

## Discussion

Discussion A horizontal slider sends the minimum value when the knob is all the way to the leading end of the bar. A vertical slider sends the minimum value when its knob is at the bottom.

## See Also

### Asking about the value limits

- [maxValue](appkit/nsslider/maxvalue.md)
