Slider.Orientation Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the orientation of a Slider.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Slider Orientation="Horizontal"/> -or- <Slider Orientation="Vertical"/>
Property Value
Type: System.Windows.Controls.OrientationOne of the System.Windows.Controls.Orientation values. The default is Horizontal.
Dependency property identifier field: OrientationProperty
Show: