Hi,
I noticed that you can add a number of theme's as reference like leaf, lipstick, forestgreen, etc but you are not able to set these theme's with ThemeManager.ApplicationTheme.
How can i use these theme's?
Hello Jacob,
Thanks for reaching out. I believe this has been previously discussed over on the following thread:http://es.infragistics.com/community/forums/p/41014/229010.aspx#229010
Let me know if you have any questions.
Looking at the thread i used this peace of code to try and apply the themes in question:
Infragistics.Windows.Themes.Leaf.DataPresenter presenter = new Infragistics.Windows.Themes.Leaf.DataPresenter(); Infragistics.Windows.Themes.ThemeManager.CurrentTheme = Infragistics.Windows.Themes.ThemeManager.ThemeNameLeaf;
However, the theme is not applied to for example RadialMenu or other controls. Thusfar i used Infragistics.Themes.Thememanager to apply theme's which is working perfectly. Now i have to use Infragistics.Windows.Themes.ThemeManager to apply the custom theme's like 'leaf'. The first method works great but apparently can't be used for the custom theme's. So how do i apply the custom theme's to for example RadialMenu, a regular form or other Infragistic controls?
Regards,
Jacob