ProgressBar.setMaxValue

Set the maximum value of the progress bar.

class ProgressBar
setMaxValue
(
this T
)
(
double maximum
)

Parameters

maximum double

The maximum value of the progress bar.

Return Value

Type: auto

This widget to aid method chaining.

Meta