In the HTML5 Designer component, you can change the appearance of visual controls. To change the theme, you should use the Theme property.

 

Default.aspx

...

@Html.Stimulsoft().StiMvcDesigner("MvcDesigner1",

new StiMvcDesignerOptions() {

Theme = StiDesignerTheme.Office2022WhiteTeal

})

...

 

 

There are currently 2 themes available with different color accents. As a result, more than 50 variants of the appearance are available. This allows you to customize the appearance of the designer for almost any design of the Web project.