I'm new to WPF. How I can use embedded resource image for an image control in WPF using XAML?
            Asked
            
        
        
            Active
            
        
            Viewed 5,646 times
        
    5
            
            
        - 
                    3possible duplicate of [WPF image resources](http://stackoverflow.com/questions/347614/wpf-image-resources) – Damith Oct 30 '11 at 05:49
1 Answers
8
            - Add Image to your project then set Build Action to Resource
- Add Image to your xaml, e.g. <Image Source="YourImage.jpg" />
 
    
    
        Ekk
        
- 5,627
- 19
- 27
 
    