Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

wpf set image source in code behind


myImage.Source = new BitmapImage(new Uri(@"/Images/foo.png", UriKind.Relative));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #wpf #set #image #source #code
ADD COMMENT
Topic
Name
3+4 =