Slider - Features


MinimumValue set to 10, MaximumValue set to 30, Value set to 15.
MinimumValue set to -10, MaximumValue set to 10, Value set to 0.

About this example


Using the Value Method you can set the initial value of the Slider. When the value exceeds the bounds of the slider - e.g. it is bigger than the Maximum() or smaller than the Minimum() the slider will be reset to its bound value - Minimum or Maximum respectively. By default the initial Value of the slider is set to its Minimum().