Modern UI框架分析



image

隱藏Back按鈕

在ModernWindow.xaml Back后退按鈕上加入圖示代碼

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

加入依賴屬性

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

在子類MainWindow.xaml中引入以下代碼

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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM