画像があります
しかし、私はボタンの背景を次のように設定しようとします
<UserControl x:Class="System.Windows.Controls.UserControl" xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Button x:Name="plus_button" Width="30" Height="25">
<Button.Background>
<ImageBrush AlignmentY="Top" Stretch="None" ImageSource="plus_unhover.jpg"></ImageBrush>
</Button.Background>
</Button>
</UserControl>
http://savepic.su/2309262.htm
すべてのブラウザにこれらの画像があります...
通常の画像をボタンの背景に設定するにはどうすればよいですか
?
xamlでこのボタンのマウスオーバーイベントを背景に別の画像を設定するにはどうすればよいですか?