Good Morning,
I need to increase the thickness of the Slider, I tried with height property but it only increases the height of the control.
<input:SfRangeSlider Grid.Row="1" Grid.Column="1" x:Name="Slider"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Minimum="0"
Maximum="100"
Value="50"
ValueChanged="Slider_ValueChanged"
Width="300" Height="100"/>