Having trouble getting help?
Contact Support
Contact Support
Value in UWP Radial Slider (SfRadialSlider)
18 Feb 20251 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.