My user interface makes use of customized Buttons: They contain both an Image and a Label.
Button
Image
Label
I customized a single Button
I would say Control template editing as the easiest option to do this. Try using the below control template for all your buttons.I assumed the Button.Content is always the Label and Button.Tag always the Image Source
And all of your button XAML will be as below