The maximum value for the progress indicator.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var maxValue: Double { get set }
Discussion
By default, a determinate progress indicator goes from 0
to 100
, so the default value of this property is 100
.
An indeterminate progress indicator does not use this value.