The maximum value the slider can send to its target.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var maxValue: Double { get set }
Discussion
A horizontal slider sends its maximum value when the knob is at the right end of the slider; a vertical slider sends it when the knob is at the top. The maximum selectable value for a circular slider is just below max
; for example, if max
is 360, you can set the dial up to 359.999.