Hi,
I have created a custom control that will have a bitmap image in it. My project structure is:
Solution
ProjectName
Resources
Actor.png
The XAML I am using is:
<Image x:Name="ActorBitmap" Source="ProjectName;component/Resources/Actor.png />
However, this is not working. I have the build options on the picture set to "Resource" and "Copy Always". Can someone please explain what I'm doing wrong ?
Thanks,
Scott