|
static |
A factory to create an xtd::forms::track_bar with specified value, maximum, location, and size.
value | A numeric value that is within the minimum and maximum range. The default value is 0. |
maximum | The upper limit of values of the scrollable range. |
location | A xtd::drawing::point that represent location of the xtd::forms::track_bar. |
size | A xtd::drawing::size that represent size of the xtd::forms::track_bar. |