Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 553 Bytes

slider_orientation.md

File metadata and controls

32 lines (21 loc) · 553 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Slider.Orientation
winrt property

Windows.UI.Xaml.Controls.Slider.Orientation

-description

Gets or sets the orientation of a Slider.

-xaml-syntax

<Slider Orientation="Horizontal"/>
-or-
<Slider Orientation="Vertical"/>

-property-value

One of the Orientation values. The default is Horizontal.

-remarks

-examples

-see-also