当前位置:网站首页>Open source C # WPF control library -newbeecoder UI usage guide (I)
Open source C # WPF control library -newbeecoder UI usage guide (I)
2022-06-23 21:37:00 【User 7152477】
- introduction
Often before winform Software , The system comes with some simple controls , The style and appearance are relatively simple , The extended functions and styles are not very complete . But when used wpf When developing , There are few similar open source components , And the slightly better ones are still charged .
Newbeecoder.UI Open source control download https://share.weiyun.com/MwgWJM8Y
Later I explored wpf Built in controls , Expand some common functions on the system's own components . Find out WPF It's very powerful , Newbeecoder.UI be based on .net framework 4.0 Framework development , Good compatibility with higher versions .
As long as you have good design drawings , Basically you can use Newbeecoder.UI Developed according to the design drawing , The following demonstrates the controls developed by the open source control library :
Because there are many controls , So here's the table of contents :
1. Button
2. Radio buttons
3. Check box
4. List box
5. Input box
6. Password box
7.IP Input box
8. A drop-down box
9. Date time
10. The calendar
11. switch
12. Progress bar
13. tab
14. Tree view
15. Plus and minus numbers
16. form
17. Color selector
18. Group control
19. Collapse menu
20. Message box
21. window
22. notice
23. Pagination
24. Drop down the multiple selection box
Buttons are common components in software development ,Newbeecoder.UI There are several buttons . These are the basic buttons 、 No buttons available 、 Repeat button 、 Multiple buttons 、 Radio button .
One 、 Basic button usage :
<NbButton Style="{DynamicResource NormalButtonStyle}" Margin="5" Content=" General buttons "/>
<NbButton Style="{DynamicResource DefaultButtonStyle}" Margin="5" Content=" Default button "/>
<NbButton Style="{DynamicResource SuccessButtonStyle}" Margin="5" Content=" Success button "/>
<NbButton Style="{DynamicResource InfoButtonStyle}" Margin="5" Content=" Information buttons "/>
<NbButton Style="{DynamicResource WarningButtonStyle}" Margin="5" Content=" Warning button "/>
<NbButton Style="{DynamicResource DangerButtonStyle}" Margin="5" Content=" Danger button "/>Basic button class NbButton, stay Button Extend attributes and styles on .
Two 、 No buttons available
<NbButton Style="{DynamicResource NormalButtonStyle}" Margin="5" Content=" General buttons " IsEnabled="False"/>
<NbButton Style="{DynamicResource DefaultButtonStyle}" Margin="5" Content=" Default button " IsEnabled="False"/>
<NbButton Style="{DynamicResource SuccessButtonStyle}" Margin="5" Content=" Success button " IsEnabled="False"/>
<NbButton Style="{DynamicResource InfoButtonStyle}" Margin="5" Content=" Information buttons " IsEnabled="False"/>
<NbButton Style="{DynamicResource WarningButtonStyle}" Margin="5" Content=" Warning button " IsEnabled="False"/>
<NbButton Style="{DynamicResource DangerButtonStyle}" Margin="5" Content=" Danger button " IsEnabled="False"/>3、 ... and 、 Repeat button
<NbRepeatButton Style="{DynamicResource NormalRepeatButtonStyle}" Margin="5" Content=" General buttons "/>
<NbRepeatButton Style="{DynamicResource DefaultRepeatButtonStyle}" Margin="5" Content=" Default button "/>
<NbRepeatButton Style="{DynamicResource SuccessRepeatButtonStyle}" Margin="5" Content=" Success button "/>
<NbRepeatButton Style="{DynamicResource InfoRepeatButtonStyle}" Margin="5" Content=" Information buttons "/>
<NbRepeatButton Style="{DynamicResource WarningRepeatButtonStyle}" Margin="5" Content=" Warning button "/>
<NbRepeatButton Style="{DynamicResource DangerRepeatButtonStyle}" Margin="5" Content=" Danger button "/>Duplicate button class NbRepeatButton, stay RepeatButton Extend attributes and styles on .
Four 、 Multiple buttons
<NbToggleButton Style="{DynamicResource NormalToggleButtonStyle}" Margin="5" Content=" Multiple buttons "/>
<NbToggleButton Style="{DynamicResource DefaultToggleButtonStyle}" Margin="5" Content=" Default button "/>
<NbToggleButton Style="{DynamicResource SuccessToggleButtonStyle}" Margin="5" Content=" Success button "/>
<NbToggleButton Style="{DynamicResource InfoToggleButtonStyle}" Margin="5" Content=" Information buttons "/>
<NbToggleButton Style="{DynamicResource WarningToggleButtonStyle}" Margin="5" Content=" Warning button "/>
<NbToggleButton Style="{DynamicResource DangerToggleButtonStyle}" Margin="5" Content=" Danger button "/>Multi select button class NbToggleButton, stay ToggleButton Extend attributes and styles on .
5、 ... and 、 Radio button
<NbRadioButton Style="{DynamicResource NormalRadioButtonStyle}" Margin="5" Content=" Radio button "/>
<NbRadioButton Style="{DynamicResource DefaultRadioButtonStyle}" Margin="5" Content=" Default button "/>
<NbRadioButton Style="{DynamicResource SuccessRadioButtonStyle}" Margin="5" Content=" Success button "/>
<NbRadioButton Style="{DynamicResource InfoRadioButtonStyle}" Margin="5" Content=" Information buttons "/>
<NbRadioButton Style="{DynamicResource WarningRadioButtonStyle}" Margin="5" Content=" Warning button "/>
<NbRadioButton Style="{DynamicResource DangerRadioButtonStyle}" Margin="5" Content=" Danger button "/>Radio button class NbRadioButton, stay RadioButton Extend attributes and styles on .
Need to use Newbeecoder.UI Open source control library or customized UI Control development please send me a private letter .
边栏推荐
- How to create cloud disk service how to create cloud disk service backup?
- 【5分钟玩转Lighthouse】快速使用长安链
- Gin security -3: fast implementation of CSRF verification
- How do I clean the ECS hard disk? Why do I clean the hard disk regularly?
- Data visualization: summer without watermelon is not summer
- Simple code and design concept of "back to top"
- Wechat smart operation 3.0+ Alipay digital transformation 3.0
- Microservice architecture | how to solve the problem of fragment uploading of large attachments?
- How does PMO select and train project managers?
- Open source C # WPF control library --newbeecoder UI usage guide (III)
猜你喜欢

Minimisé lorsque Outlook est allumé + éteint

What are the main dimensions of PMO performance appraisal?

Beitong G3 game console unpacking experience. It turns out that mobile game experts have achieved this

Freshman girls' nonsense programming is popular! Those who understand programming are tied with Q after reading

Four aspects of PMO Department value assessment

个税怎么算?你知道吗

Simple code and design concept of "back to top"

How PMO uses two dimensions for performance appraisal

Selenium batch query athletes' technical grades

Find my information | Apple may launch the second generation airtag. Try the Lenz technology find my solution
随机推荐
What are the processing methods for PPT pictures
[development skills] how to add "live broadcast" status display bar on easynvr platform
Freshman girls' nonsense programming is popular! Those who understand programming are tied with Q after reading
Go bubbling, cocktail, quick, insert sort
Retrofit magic, reject duplicate code!
How many of the five app automated test AIDS have you used?
Nodejs operation state keeping technology cookies and sessions
Teach you to turn the web page into Exe file (super simple)
Harmonyos application development -- mynotepad[memo][api v6] based on textfield and image pseudo rich text
How to view the role of PMO in agile organizations?
Markdown syntax summary
How do I clean the ECS hard disk? Why do I clean the hard disk regularly?
Coding website hosting migration Tencent cloud cloud development webify
Cool 3D sphere text cloud effect!
Global and Chinese market for hydropower plants 2022-2028: Research Report on technology, participants, trends, market size and share
TDD开发模式推荐流程
What are the advantages of attaching a virtual machine to a hard disk cloud server
Start /affinity specifies the number of vcpu to run OpenSSL speed to test the performance of a single vcpu
同花顺股票开户是安全的吗?
How to write test cases efficiently?