本页面尚未提供您的语言版本,显示其他语言版本。

Themes of S# graphic components

For all S# graphic elements, there are several different themes. Below are the two most popular themes.

API GUI Thems 01

API GUI Thems 02

To install the application theme, just write one line. For example, to set the VisualStudio 2017 dark theme, you have to specify the line:

...
ThemeExtensions.ApplyDefaultTheme();
...

Since all S# graphics elements are based on DevExpress graphic elements, you need to add the appropriate DevExpress libraries (DevExpress.Xpf.Core, DevExpress.Xpf.Themes.VS2017Dark, etc.)