I have a image that is in my server like this:
<Image ux:Name="MyImage" StretchMode="UniformToFill">
<HttpImageSource ux:Name="MyUrlImage" />
</Image>
Is posible to trigger a animation when the image is fully loaded? Like:
<Change Target="MyImage.Opacity" Value="1" Duration="1" />
Or when the image fails on the loading?
Thanks!