摘要:
WPF AllowsTransparency的作用 AllowsTransparency="False"//表示不允许窗体透明 效果是这样的: 很明显窗体四周有边框包围。若值为True,效果是这样的: 当然,上例是 Background="Transparent" 若设置了颜色效果是这样的: Bac 阅读全文
摘要:
Github上有demo的 大家可以去看一下 直接搜MaterialDesignToolkit 项目里直接搜索NuGet包MaterialDesignThemes 安装就行了 在项目里调用 App.xaml Edit App.xaml to following: <Application . . . 阅读全文