https://github.com/wpfdevelopersorg/demo
Configurations for Maui
https://github.com/wpfdevelopersorg/demo
Last synced: 8 months ago
JSON representation
Configurations for Maui
- Host: GitHub
- URL: https://github.com/wpfdevelopersorg/demo
- Owner: WPFDevelopersOrg
- Created: 2022-06-23T02:39:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T11:49:04.000Z (almost 4 years ago)
- Last Synced: 2025-06-05T06:55:51.964Z (about 1 year ago)
- Language: C#
- Size: 683 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo
Configurations for Maui
MauiApp1: 这是一个Winui3相关的Demo
1 你可以通过Native的方式在Maui中使用到Windows平台的控件映射
2 你可以对Maui Windows平台的控件进行深度定制
3 可以去掉Maui Windows平台上的标题栏等一系列东西
MauiApp2: 这是一个涉及到Shell导航的Demo
1 你可以通过这个demo学习到Shell的导航方式
2 你可以通过这个demo学习Login页面和Home页面的切换
3 你可以通过这个demo学习到切换导航时如何传递导航参数(QueryProperty和MessageCenter两种方式)
MauiApp3: 这是一个如果对Winui3的控件修改样式的demo
1 你一定有这样的需求,我做了一个控件库,控件库实现了Winui3的部分控件样式,但是这个东西使用theme.xaml做了控件样式,如果传统的Winui3你一定知道在App.xaml中去添加ResourceDictionary,但是在Maui中怎么办,该Demo可以让你学习如何实现
MauiApp4: 这是一个设置相关的demo,
1 你可以通过设置条件编译去根据不同的平台加载对应平台的nuget包
2 你可以通过设置条件编译开启maui程序windows平台直接双击exe运行(unpack)
MauiApp5: 无
MauiApp6: 这是一个使用skiasharp 播放Lottie动画的demo
MauiAPp7: 这是一个使用skiasharp 播放Confetti动画的demo