Hello,
Good Day.
I have set the themes of out application to "Office2010Blue"
Dim theme As New Office2010BlueTheme()
ThemeResolutionService.ApplicationThemeName = "Office2010Blue"
All the Controls Theme became "Office2010Blue"
This is OK for me.
My Question is: I have a RadPageView. Is it possible to set its theme to the Default theme "ControlDefault". I like the the color of the Default theme for the PageView.
I have read that the ApplicationThemeName is greater than ThemeName in controls.
Can we override then ApplicationThemeName for specific controls?
Is there a workaround for this? or
Should i set the individual theme for all controls by ThemeName so that i can have multiple themes
I dont want to edit the themes using StyleBuilder.
I just want to know if their is an easy solution or workaround for this.
Thank you :-)
Good Day.
I have set the themes of out application to "Office2010Blue"
Dim theme As New Office2010BlueTheme()
ThemeResolutionService.ApplicationThemeName = "Office2010Blue"
All the Controls Theme became "Office2010Blue"
This is OK for me.
My Question is: I have a RadPageView. Is it possible to set its theme to the Default theme "ControlDefault". I like the the color of the Default theme for the PageView.
I have read that the ApplicationThemeName is greater than ThemeName in controls.
Can we override then ApplicationThemeName for specific controls?
Is there a workaround for this? or
Should i set the individual theme for all controls by ThemeName so that i can have multiple themes
I dont want to edit the themes using StyleBuilder.
I just want to know if their is an easy solution or workaround for this.
Thank you :-)