My app calculates the Image of the StyledStringElement and this process takes a good amount of time. It's all done locally.
How can I do something like this pseudo code:
myElement.Image = PlaceHolderImage;
myElement.GoGetTheImageFromSomeLongRunningTask = GetImageFromSomeFuntionThatWillTakeTime();