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>