Type | Name | Description | Notes |
Int | maxValue | Sets or gets the maximum value of the slider. | |
Int | minValue | Sets or gets the minimum value of the slider. | |
Direction | orientation | Sets or gets the slider orientation. Valid values are IlvTop (vertical and minimum value on top) , IlvBottom (vertical and minimum value on bottom), IlvLeft (horizontal and minimum value on left), IlvRight (horizontal and minimum value on right). IlvVertical is equivalent to IlvTop and IlvHorizontal to IlvLeft . | |
Int | pageIncrement | Sets or gets the page increment (that is, the increment when pressing the PageUp key or when clicking outside the slider). | |
UInt | sliderSize | Sets or gets the slider size. | |
Int | value | Sets or gets the current slider's value. | |