Modern UI框架分析

隐藏Back按钮

在ModernWindow.xaml Back后退按钮上加入图示代码

Modern UI框架分析

在ModernWindow.cs文件加入以下代码

加入依赖属性

public static readonly DependencyProperty BackButtonProperty = DependencyProperty.Register("BackButton", typeof(string), typeof(ModernWindow));

Modern UI框架分析

在子类MainWindow.xaml中引入以下代码

Modern UI框架分析

https://www.cnblogs.com/boyliupan/p/4134804.html   圣光下的囚徒

https://github.com/firstfloorsoftware/mui
https://github.com/firstfloorsoftware/mui/wiki

https://www.cnblogs.com/lvdongjie/p/5549961.html   分享非常漂亮的WPF界面框架源码及插件化实现原理

https://blog.csdn.net/wuma0q1an/article/details/50846324

https://blog.csdn.net/cw580231/article/details/53607133   初识Modern UI for WPF

https://marketplace.visualstudio.com/items?itemName=KoenZwikstra.ModernUIforWPFTemplates   Modern UI for WPF Templates

相关文章:

  • 2022-12-23
  • 2021-10-31
  • 2021-12-05
  • 2021-11-11
  • 2021-06-09
  • 2022-12-23
  • 2021-04-04
  • 2021-08-14
猜你喜欢
  • 2021-12-27
  • 2021-11-11
  • 2022-12-23
  • 2021-10-12
相关资源
相似解决方案