gpt4 book ai didi

c# - StandardStyles.xaml 发生了什么?

转载 作者:行者123 更新时间:2023-12-05 06:45:03 25 4
gpt4 key购买 nike

Windows 应用商店应用项目的 StandardStyles.xaml 文件发生了什么变化?我正在尝试向 AppBar 添加一个 PRINT 按钮,但它不在智能感知或属性 Pane 中,但我知道它在 StandardStyles 文件中,因为我过去(大约一年前)使用过它。为什么在任何地方都找不到标准样式文件?如何取回它并像过去一样正确使用它?

我在网上找到的所有内容都是一堆提到它已被删除并被 generic.xaml 取代的博客文章,但没有提到如何在我的项目中获取它。

最佳答案

据我所知,从来没有PrintAppBarButtonStyleStandardStyles.xaml ,因为 Microsoft 希望您仅使用设备 下的 super 按钮栏进行打印。

一般来说,语法<Button Style="{StaticResource XXXAppBarButtonStyle}" />已被新的 AppBarButton control 取代用法如下:

<AppBarButton Icon="XXX" Label="Descriptive text" Click="AppBarButton_Click"/>

有关所有可用图标的列表,请参阅 Symbol enumeration - 然而,不幸的是,这个也缺少打印符号。

关于c# - StandardStyles.xaml 发生了什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26698046/

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