MUI:修改后退按钮的外观

时间:2015-06-29 13:14:47

标签: wpf modern-ui

如何轻松覆盖后退按钮的样式。它目前被隐藏在ModernWindow.xaml中,我不想在MUI中编译到我的解决方案中。

<!-- back button -->
<controls:ModernButton Margin="8,10,0,0" HorizontalAlignment="Left" VerticalAlignment="Top"
                       EllipseDiameter="24" IconWidth="12" IconHeight="12"
                       IconData="F1 M 33,22L 33,26L 19.75,26L 27,33L 20.5,33L 11,24L 20.5,15L 27,15L 19.75,22L 33,22 Z"
                       Command="NavigationCommands.BrowseBack"
                       CommandTarget="{Binding ElementName=ContentFrame}" 
                       ToolTip="{x:Static modernui:Resources.Back}"
                       WindowChrome.IsHitTestVisibleInChrome="True" />

我只是想让它更大一点,并给它一个背景颜色的当前高光颜色(即蓝色)。

我有一个要求让它看起来更像是Internet Explorer中的巨大蓝色后退按钮。

enter image description here

0 个答案:

没有答案