Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 555 Bytes

slider_orientation.md

File metadata and controls

30 lines (21 loc) · 555 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Slider.Orientation
winrt property

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