I configured the application to use customized Theme Colors (Swatches) following the link:
Next as requirement I should change the Theme Color (Swatch) at run-time based on the device, using C# code, the only link I found was:
https://docs.telerik.com/devtools/maui/knowledge-base/change-telerik-theme-runtime
But here the Telerik Theme is changed at run-time using only pre-defined Telerik Themes. So my question is: how can I change Default Theme Colors (Swatches) at run-time using C# code?
Thanks