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

# minValue

The minimum value the slider can send to its target.

## Declaration

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

## Discussion

Discussion A vertical slider sends this value when its knob is at the bottom; a horizontal slider sends it when its knob is all the way to the left; a circular slider sends it when its knob is at the top.

## See Also

### Managing Value Limits

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