<ContentPage.Resources>
<syncfusionTheme:SyncfusionThemeDictionary>
<syncfusionTheme:SyncfusionThemeDictionary.MergedDictionaries>
<syncfusionTheme:LightTheme />
<ResourceDictionary>
<Color x:Key="SyncPrimaryColor">Green</Color>
</ResourceDictionary>
</syncfusionTheme:SyncfusionThemeDictionary.MergedDictionaries>
</syncfusionTheme:SyncfusionThemeDictionary>
</ContentPage.Resources> |
<buttons:SfSegmentedControl SelectionTextColor="Yellow" FontColor="Red" Color="Pink"
VisibleSegmentsCount="4" SegmentCornerRadius="20" CornerRadius="20"> <buttons:SfSegmentedControl.Resources>
<Color x:Key="SyncPrimaryColor">Black</Color> </buttons:SfSegmentedControl.Resources> <buttons:SfSegmentedControl.SelectionIndicatorSettings>
<buttons:SelectionIndicatorSettings CornerRadius="20" /> </buttons:SfSegmentedControl.SelectionIndicatorSettings> </buttons:SfSegmentedControl> |