Hello,
I have attempted to implement the solutions listed here.
We are using various ColorVariations along with our themes, however. For example:
StyleManager.ApplicationTheme = new Windows11Theme(Windows11Palette.ColorVariation.Dark);The solutions listed in the link above throw the following exception:
System.InvalidOperationException: The calling thread cannot access this object because a different thread owns it.
Is there a way to use theme ColorVariations along with RadSplashScreen?
Thank you
