I've created 2 theme projects in Theme Studio based on Material Light. I would like to use both in my project and switch between them. Is it possible to rename, update namespace, etc. so I can use both in my project? I can change the assembly name, and reference both in my project, but I always need to load it with "MaterialLight"
syncfusionskin:SfSkinManager.VisualStyle="MaterialLight"
I would like to be able to load the 2 themes like
syncfusionskin:SfSkinManager.VisualStyle="CustomTheme1"
OR
syncfusionskin:SfSkinManager.VisualStyle="CustomTheme2"
Is there a way to rename the theme and reference them in this way?
Thank you.