I am setting the ImageUrl
of a StyledStringElement
, but do not know if the url exists. I'd like to put in an placeholder image
that is used until the image is successfully downloaded:
var item = new StyledStringElement(n.Title);
item.ImageUri = new Uri(n.ImageThumbUrl);
I get this now: