Reputation: 13457
I'm new to WPF. How I can use embedded resource image for an image control in WPF using XAML?
Upvotes: 5
Views: 5659
Reputation: 5715
<Image Source="YourImage.jpg" />
Upvotes: 8