Mahapps定制菜单

时间:2017-10-15 14:04:12

标签: wpf styles mahapps.metro

我想修改MahApps提供的内置菜单样式

enter image description here

我想删除边框(白色)并更改所选的菜单项画笔。实现这一目标的最佳方法是什么?

1 个答案:

答案 0 :(得分:1)

在xaml文件(或app.xaml)的ressource部分中创建mahapps菜单样式(Can be found there)的副本

编辑所需的部分,并将此自定义样式用于菜单

<Menu Style="{StaticResource MyCustomMenuStyle}"/>