0
我有一個形象Silverlight的按鈕背景圖像刷
但wnen我嘗試設置按鈕的背景像
<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中顯示此按鈕的onmouseover事件?