user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 509. How Can You Set Image Source Dynamically From C# Application To"test.png" File?

user image

Abhishek Mishra

2 years ago

Surprisingly it is not as straight forward as it might sound, but anyone who seriously worked with Silverlight should be easily answer it. One of the ways is: img.Source = new BitmapImage(new Uri("test.png", UriKind. Relative));

Recent Doubts

Close [x]