Setting Value and Range
Using the
Value property 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
MaximumValue or smaller than the
MinimumValue 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
MinimumValue.