当前位置:网站首页>Theme Studio
Theme Studio
2022-06-30 09:57:00 【DotNeter-Hpf】
List of articles
1. start-up Theme Studio

1.1 Left theme customization , Right control Preview
Choose any theme color on the left , The right side shows the effect of the corresponding color 
1.2 Export Export... On demand
You can export all , Or export the specified control ; Reduce the size of the final output component 
The export file is :VioletTheme.dll
2. The code uses
2.1 Program Load theme assembly in
- Quote in the project Syncfusion.Licensing.dll ( Sure NuGet download )
- Project introduction Export Derived dll
static void Main()
{
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
SkinManager.LoadAssembly(typeof(VioletTheme).Assembly);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
2.2 Control ThemeName Attribute assignment
public partial class Form1 : SfForm
{
public Form1()
{
InitializeComponent();
buttonEdit1.ThemeName = "VioletTheme";
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
design sketch :
Before using the theme :

After using the theme :

边栏推荐
猜你喜欢

Self service terminal handwritten Chinese character recognition input method library tjfink introduction

【Ubuntu-redis安装】

八大排序(一)

八大排序(二)

Installing Oracle database process in windows2007 on VM

Plan the IT technology route for the new year? Let's learn about Gartner infrastructure hype cycle

MySQL优化

布隆过滤器

Quick completion guide for manipulator (4): reducer of key components of manipulator

Valuenotifier and valuelistenablebuilder in fluent
随机推荐
Shenhe thermomagnetic: Super fusion dual active cluster solution for MES system
Galaxy Kirin server-v10 configuration image source
utils session&rpc
Datatabletomodellist entity class
Redis docker 主从模式与哨兵sentinel
【ARK UI】HarmonyOS ETS的启动页的实现
The present situation and challenge of the infrastructure of Yiwen parsing database
Cloud native database
tf. keras. layers. Attention understanding summary
G-Code 详解
How to build an all-in-one database cloud machine that meets the needs of information innovation?
Self service terminal development process
工作小记: sendto失败 errno 22
[new book recommendation] mongodb performance tuning
Abstract classes and interfaces
Quick completion guide for manipulator (4): reducer of key components of manipulator
【JVM】CMS简述
GPT (improving language understanding generative pre training) paper notes
【新书推荐】MongoDB Performance Tuning
Stack Title: String decoding