Apologize if I'm wrong, I'm developing metro app using C# and XAML, As we all know we can create Bottom app bars in metro app using below code
<Button x:Uid="Uploadall" x:Name="BTNUpload" AutomationProperties.Name="upload all" Style="{StaticResource UploadAppBarButtonStyle}" />
This will create an "upload all" button in bottom app bar, my question is how to create a custom app bar with my own image on it, By this link i came to know that we can customize it, Can anyone explains me how to customize app button,Please help me Thanks In-advance