Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiron0188/wpfdemo
一个WPF练习项目
https://github.com/amiron0188/wpfdemo
fody reactiveui splat wpf
Last synced: 27 days ago
JSON representation
一个WPF练习项目
- Host: GitHub
- URL: https://github.com/amiron0188/wpfdemo
- Owner: amiron0188
- License: mulanpsl-2.0
- Created: 2023-07-09T03:50:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-23T09:17:42.000Z (over 1 year ago)
- Last Synced: 2024-10-01T01:51:31.354Z (about 1 month ago)
- Topics: fody, reactiveui, splat, wpf
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPFDemo
## 简介
一个WPF练手项目,参考[哔哩哔哩WPF视频](https://www.bilibili.com/video/BV1nY411a7T8),使用的相关库可能不一样,实现的功能是一样的。
## 环境
```
IDE: vs 2022
环境: .Net6
依赖: ReactiveUI.WPF、ReactiveUI.Fody
```## 目录
- WPFDemo1 布局基础
- WPFDemo2 样式基础
- WPFDemo3 控件模板
- WPFDemo4 数据模板
- WPFDemo5 绑定
- WPFDemo6 命令(ICommand)
- WPFDemo7 通知
- WPFDemo8 ReactiveUI
- WPFDemo9 资源基础
- WPFDemo10 动画基础
- WPFDemo11 导航功能