I know a lot of people asked about background image of a WPF button and it is possible, but I would like to ask how to add external image ( from Internet ) to the button's background . Is there a way ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Set the button's background explicitly using an ImageBrush:
|
|||
|
|
The selected answer is correct, and for changing the background in C# codes:
Both are correct. |
|||
|
|