Button template with image and text in wpf
Posted
by Archana R
on Stack Overflow
See other posts from Stack Overflow
or by Archana R
Published on 2010-04-28T05:15:54Z
Indexed on
2010/04/28
6:23 UTC
Read the original article
Hit count: 393
Hello,
I want to create buttons with images and text inside. For example, i would use different images and text for buttons like 'Browse folders' and 'Import'. One of the options would be to use a template. I had a look at simliar question
http://stackoverflow.com/questions/1933127/creating-an-imagetext-button-with-a-control-template
But is there any way by which i can bind the source of image without using a dependency property or any other class?
Thanks
© Stack Overflow or respective owner