Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个 xaml 基本页面,它的默认后退按钮颜色为黑色,但是当我给页面背景白色时,我的按钮的边框正在消失。我想要页面背景为白色的默认页面。任何帮助?
WinRT XAML 工具包中只有一种样式用于后退按钮,因此如果它不是您想要的,则需要对其进行编辑。
您可以在 WinRTXamlToolkit.StylesBrowser/Common/StandardStyles.xaml 中找到定义,只需搜索“BackButtonStyle”