Slider Class
The Slider is a form control used to select a value from a defined range by dragging a "thumb" along a horizontal or vertical bar. To use a Slider, first create it, then set the Minimum, Maximum, Orientation, TickFrequency, and Value properties. An event handler can also be assigned to be called when the Scroll event fires (that is, when the Slider's value is changed).
Namespace: elsystem.windows.forms