Positioning SfRangeSlider in UWP Range Slider (SfRangeSlider)
18 Nov 20181 minute to read
The Orientation property has the following two options.
- Horizontal
- Vertical
The default option is Horizontal.

The following code sample shows how to set Vertical Orientation to SfRangeSlider.
<editors:SfRangeSlider x:Name="rangeSlider" Height="200" HorizontalAlignment="Center" Minimum="0" Maximum="100" Value="50" Orientation="Vertical" />rangeSlider.Orientation = Orientation.Vertical;rangeSlider.Orientation = Orientation.Vertical