I tried this solution:
Blablabla
Use:
<Button Height="100" Width="100"> <StackPanel> <Image Source="img.jpg" /> <TextBlock Text="Blabla" /> </StackPanel> </Button>
It should work. But remember that you must have an image added to the resource on your project!