I want to enlarge the font size in the option, but there is no fontsize attribute in this control. How can I enlarge the font of this option。
The code is as follows:
<telerikInput:RadSegmentedControl Grid.Row="8" Grid.Column="1" Style="{StaticResource NormalSegmentControl}" ItemsSource="{Binding YesNoList}" SelectedIndex="{Binding CodeIndex, Mode=TwoWay}"/>