Is it possible to set a default image for WPF's Image-Control?
<Image Source={Binding Path=ImageUrl, IsAsync=True}" />
Eg. if ImageUrl
causes a HTTP 404 response, I would like to have a default/placeholder image to be displayed.
Is it possible to set a default image for WPF's Image-Control?
<Image Source={Binding Path=ImageUrl, IsAsync=True}" />
Eg. if ImageUrl
causes a HTTP 404 response, I would like to have a default/placeholder image to be displayed.