开发者

C# - How to initialize gradient panel demo?

开发者 https://www.devze.com 2023-01-02 02:09 出处:网络
I found a web开发者_Go百科 page that describes how to create a gradient panel in a WinForms application.

I found a web开发者_Go百科 page that describes how to create a gradient panel in a WinForms application.

Does anyone know how to initialize this panel demonstration? There is source code but no comments or examples how the code can be used.


You build the project to get a DLL (to add as a reference), or embed the code in your project. On your forms designer, you should see a new item in your toolbox, drag it onto your form.

It has properties for colour etc. Is this any help?

0

精彩评论

暂无评论...
验证码 换一张
取 消