0

我想设置应用程序栏蓝色的背景颜色。我如何在 xamarin.forms 中做到这一点?我是否必须为此编写本机代码才能做到这一点?

4

1 回答 1

0

我自己找到了我的问题的答案。在本机 windows phone 8.1 应用程序中MainPage.xaml编写以下代码:

<Page.BottomAppBar>
    <CommandBar Background="#0073b5" Foreground="White">

    </CommandBar>
</Page.BottomAppBar>
于 2016-07-26T09:57:30.900 回答