Hi Laerte,
Greetings from Syncfusion.
We have achieved your requirement by using the theme resource dictionary specified in the App.xaml file. We have attached the sample for your reference, please download it from the following location.
Code Snippet:
[XAML]
<Application.Resources> <syncTheme:SyncfusionThemeDictionary> <syncTheme:SyncfusionThemeDictionary.MergedDictionaries> <ResourceDictionary> <x:String x:Key="SfTextInputLayoutTheme">CustomTheme</x:String> <Color x:Key="SyncPrimaryColor">Red</Color> <Color x:Key="SyncPrimaryLightColor">Blue</Color> </ResourceDictionary> </syncTheme:SyncfusionThemeDictionary.MergedDictionaries> </syncTheme:SyncfusionThemeDictionary> </Application.Resources>
|
Please let us know if you need further assistance on this.
Regards,
Rachel.