c# - Image not showing in WPF -


i'm having troubles image showing in wpf window. can see on preview when coding, disappears when i'm in program. code in question is:

<image source="/images/c#.png" height="50" width="50" margin="5" verticalalignment="top"/> 

also, i've done reading, , i've made sure image in project resources, buildaction set resource, have no idea wrong. thanks.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -