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

◆ minimum() [2/2]

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

Sets the lower limit of the range this track_bar is working with.

Parameters
minimumThe minimum value for the track_bar. The default is 0.
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.