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.
我想设置应用程序栏蓝色的背景颜色。我如何在 xamarin.forms 中做到这一点?我是否必须为此编写本机代码才能做到这一点?
我自己找到了我的问题的答案。在本机 windows phone 8.1 应用程序中MainPage.xaml编写以下代码:
MainPage.xaml
<Page.BottomAppBar> <CommandBar Background="#0073b5" Foreground="White"> </CommandBar> </Page.BottomAppBar>