Content Template in WPF Radial Slider (SfRadialSlider)
The ContentTemplate property can be used to customize the content of the Radial Slider.
<syncfusion:SfRadialSlider
Content="{Binding RelativeSource={RelativeSource Self}, Path=Value}"
x:Name="rSlider1">
<syncfusion:SfRadialSlider.ContentTemplate>
<DataTemplate>
<TextBlock Text="{Binding}" FontSize="24" Foreground="LightSkyBlue"/>
</DataTemplate>
</syncfusion:SfRadialSlider.ContentTemplate>
</syncfusion:SfRadialSlider>
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page