Value in UWP Radial Slider (SfRadialSlider)

10 May 20211 minute to read

Gets or sets the value of the SfRadialSlider.

<syncfusion:SfRadialSlider x:Name="radialSlider"

            Minimum="0"  Maximum="100" Value="40" />
radialSlider.Value = 40;
radialSlider.Value = 40

The value can be changed by dragging the pointer along the circular track.

Concepts--and-Features_img1