Theming
Learn how to apply different themes to your Wisej.NET application.
Last updated
Was this helpful?
Learn how to apply different themes to your Wisej.NET application.
Last updated
Was this helpful?
Wisej.NET themes are collections of styles, fonts, and images that define the look and feel of components and other UI features. You can use one of the or .
See below for more information on theming and customizations.
To change the theme at runtime, use the following line in your code:
To change the theme before the application runs, you can apply it in one of two ways:
or
Changing the theme in the Wisej.NET Designer in Visual Studio will only show the changes at design-time. Use one of the above methods to apply it at runtime.
New Wisej.NET applications come with several built-in base themes that can be used to style the application.
This theme uses a blue base color, thick window borders and FontAwesome SVG icons.
This theme is based on the popular Bootstrap theme, using its distinctive colors, focus shadow, and Bootstrap SVG icons.
This theme is based on the popular Bootstrap theme, using its distinctive colors, focus shadow, and Bootstrap SVG icons. This theme has a dark background and light text.
This theme uses overlapped scrollbars to implement cool disappearing and overlapped scrollbars similar to the Windows UWP style.
This theme is based on Windows Vista metrics, font, icons and design.
By default, new Wisej.NET applications use the theme. The theme can be changed in several ways.
This theme uses a blue base color, thick window caption, no side window borders borders and SVG icons.
This theme uses a blue base color, thick window borders and SVG icons. Use it as a base to create new variations.
This theme is based on Windows 10 metrics, font, and design. This theme uses the SVG icons for Windows 10.
This theme uses a clear base color, no side window borders, a thick window caption and SVG icons.
This theme uses a clear base color, no side window borders, a thick window caption and SVG icons.
This theme uses a clear base color, no side window borders, a thick window caption and SVG icons.
This theme is inspired by Google Material Design, with sleek animations, a large window caption, and a minimalist layout. It uses SVG icons.