基本上我想有圖像按鈕。WPF按鈕與圖像刷問題
<Button Command="{Binding Path=DisplayProductCommand}" >
<Button.Background>
<ImageBrush ImageSource="test.jpg"/>
</Button.Background>
</Button>
通過使用上述方法,我面臨的問題是圖像不能覆蓋整個按鈕。
如上所示,這是結果和周圍有透明的空間。 請找原圖像下面:
我能做些什麼,以覆蓋整個按鈕?
你真的需要這個圖像嗎?看起來你可以很容易地在Blend中重新創建它。 – geedubb
無法重現您的問題。 –