var maxProgress: Int
(source)
The upper limit of this progress view's range.
Setting this property will also update the progress and minProgress values to not be bigger than the newly set max progress.
Can also be specified using app:spv_maxProgress
attribute.
See Also