Small Change in WPF Radial Slider (SfRadialSlider)

The SmallChange property can be used to control the smallest possible range of value to be selected in Radial Slider. For example, if SmallChange is set to 5, then it is only possible to select values that are multiples of 5.

  • html
  • <syncfusion:SfRadialSlider
    
                Minimum="0" Maximum="100"  
    
                SmallChange="5" />