Slider.IsDirectionReversed Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates the direction of increasing value.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Slider IsDirectionReversed="bool"/>
Property Value
Type: System.Booleantrue if the direction of increasing value is to the left for a horizontal slider or down for a vertical slider; otherwise, false. The default is false.
Dependency property identifier field: IsDirectionReversedProperty
The value of this property determines the direction of increasing value of a Slider. For example, when you move the Thumb control up on a vertical Slider when the IsDirectionReversed property is set to false, the Value of the Slider increases. If the value of the IsDirectionReversed property is changed to true, the Value of the Slider decreases as the Thumb moves up.