Add Background Image on button
I got a problem. I want to add a background image on button. How can do this and which property should i use for that ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jun 1, 2011, 3:19 AM
<Button.Background>
<ImageBrush ImageSource="dock.jpg" />
Button.Background>
or, refer article: WPF Button with ImageJiteendra SampathiraoPosted Jun 1, 2011, 3:13 AM
If you are using vs 2008(3.0 framework onwards)
We have Imagebutton control(available that in toolbox)