gpt4 book ai didi

xaml - Appbar 按钮图标图像在 Window 8.1 中似乎不正确

转载 作者:行者123 更新时间:2023-12-02 03:38:42 26 4
gpt4 key购买 nike

我使用 BitMapIcon 创建了一个应用栏按钮。下面是代码

<AppBarButton HorizontalAlignment="Stretch" Label="AppBarButton" VerticalAlignment="Stretch" Background="White" Foreground="White">
<AppBarButton.Icon>
<BitmapIcon UriSource="Assets/work.png"/>
</AppBarButton.Icon>
</AppBarButton>

其中 work.png 是按钮图像。但是 appbar 按钮图像似乎与原始工作图像不同。查看图片

enter image description here enter image description here

第二张图片是 40 x 40 大小图片的原始图标 & 我将背景设置为黑色以便显示 [work.png]
如何将按钮图标显示为与原始图标一样正确?或者这种不匹配的原因是什么?

Will the appbar button allow semi-transparent icon images?

最佳答案

我有一个类似的问题,发现将高度和宽度设置为 png 的高度和宽度停止了它。
注意:40x40 对于圆圈来说似乎太大了。

<AppBarButton HorizontalAlignment="Stretch" Label="AppBarButton" VerticalAlignment="Stretch" Background="White" Foreground="White">
<AppBarButton.Icon>
<BitmapIcon UriSource="Assets/work.png" Height="20" Width="20"/>
</AppBarButton.Icon>
</AppBarButton>

关于xaml - Appbar 按钮图标图像在 Window 8.1 中似乎不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21549633/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com