I'm doing this:
<Image Grid.Column="0" Grid.Row="0" x:Name="Andromeda" Source="/Resources/64px-Andromedahero.gif" />
But it's just not working. :S
Here's a screenshot of the file/folder heirarchy. Any help?
I'm doing this:
<Image Grid.Column="0" Grid.Row="0" x:Name="Andromeda" Source="/Resources/64px-Andromedahero.gif" />
But it's just not working. :S
Here's a screenshot of the file/folder heirarchy. Any help?
A couple of potential options:
Edit:
If it's a control library, you'll want to use:
Source="pack://application:,,,/MyControlLibraryAssembly;component/Resources/64px-Andromedahero.gif"