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
Post a Comment