设置MenuItem背景颜色(正确的方法)

发布于 2024-12-03 00:19:24 字数 335 浏览 0 评论 0原文

每当我尝试将背景颜色更改为菜单时,将以下代码添加到 app.xml 中

    <Style TargetType="MenuItem">
        <Setter Property="Background" Value="#FF9B9B9B" />
    </Style>

,菜单周围就会出现浅灰色阴影,该颜色不是由背景属性设置的:

在此处输入图像描述

我知道周围有类似的问题,但我找到的答案对我没有帮助。

Whenever I try to change the background color to a menu adding the following code to the app.xml

    <Style TargetType="MenuItem">
        <Setter Property="Background" Value="#FF9B9B9B" />
    </Style>

I get this lighter shade of gray around the menu, which color isn't set by the background property:

enter image description here

I know there are similar questions around, but the answers I've found haven't helped me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

郁金香雨 2024-12-10 00:19:24

此类内容被编码到菜单项的各种 ControlTemplate 中。您可能必须创建自己的。 (您可以复制默认值并根据您的喜好进行编辑)

That sort of thing is coded into the various ControlTemplates for MenuItems. You will probably have to create your own. (You could copy the defaults and edit them to your liking though)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文