Вот пример того, что вы ищете
<Button x:Name="btnEventsS" Style="{StaticResource ButtonStyle1}" HorizontalAlignment="Left" Height="93" Width="105" BorderThickness="0" Margin="-26,-10,0,0" Visibility="Collapsed" Click="btnEventsS_Click">
<Button.Background>
<ImageBrush ImageSource="Images/events-over.png" Stretch="None"/>
</Button.Background>
</Button>