Contents

maxValue

The maximum value for the progress indicator.

Declaration

var maxValue: Double { get set }

Discussion

By default, a determinate progress indicator goes from 0.0 to 100.0, so the default value of this property is 100.0.

An indeterminate progress indicator does not use this value.

See Also

Advancing the progress bar