Hello all,
<MediaElement LoadedBehavior="Play" Name="imgScan" Source="Images\Pre_Scan_RealImage.gif" Grid.Row="1" />
I have added above code in my WPF from which include animated GIF image, the problem is whenever form load I don't find any of the Image displayed on form, any suggestions ???
<Image Name="imgScan" Source="Images\Pre_Scan_RealImage.gif" />
I even tried Image element shown above