Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 610 Bytes

slider_isdirectionreversed.md

File metadata and controls

28 lines (19 loc) · 610 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Slider.IsDirectionReversed
winrt property

Microsoft.UI.Xaml.Controls.Slider.IsDirectionReversed

-description

Gets or sets a value that indicates the direction of increasing value.

-xaml-syntax

<Slider IsDirectionReversed="bool"/>

-property-value

true 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.

-remarks

-examples

-see-also