xtd 0.2.0
Loading...
Searching...
No Matches

◆ maximum() [2/2]

virtual track_bar & xtd::forms::track_bar::maximum ( int32  maximum)
virtual

sets the upper limit of the range this track_bar is working with.

Parameters
maximumThe maximum value for the track_bar. The default is 10.
Returns
Current track_bar instance.
Remarks
You can use the set_range method to set both the maximum and minimum properties at the same time.