Setting the theme for a Form

Answered
0
0

How do I change the theme for a Form?

 

  • You must to post comments
Best Answer
0
0

Hi Pontus,

You can change it at design-time using the toolbar at the bottom of the designer window. It shows “blue-1” in the ComboBox by default.

You will also need to change it in the web.config file under the appSettings key.

 

If you’re trying to change the theme at runtime you can use Application.LoadTheme(themeName);

 

You can also customize the look of individual controls using Mixins, read more here:  https://docs.wisej.com/theme-builder/

If you have any other questions, please let me know!

 

Best regards,

Levie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.