@using Syncfusion.Blazor.Inputs
<SfSlider ID="oval_slider" Value="50" TValue="decimal" Min="0" Max="100" Orientation="@SliderOrientation.Vertical" />
<style>
#oval_slider.e-control.e-slider .e-handle {
height: 25px;
border-radius: 15px;
background-color: #f9920b;
}
#oval_slider {
height:200px;
}
</style> |
<style>
.e-control-wrapper.e-slider-container.e-vertical #oval_slider .e-handle {
height: 13px;
border-radius: 15px;
background-color: #f9920b;
width: 19px;
}
#oval_slider {
height: 200px;
}
.e-control-wrapper.e-slider-container.e-vertical .e-slider-track {
width:10px;
}
</style> |