I'm trying to get an image of my project and put it in a Style of my App.xaml
<Style x:Key="image_campange_map" TargetType="Image">
<Setter Property="Source" Value="../Images/map.jpg"/>
</Style>
The problem : Could not find a part of the path 'C:\WINDOWS\Images\map.jpg
How could i get the local path of the Image i'm stylling ? Thanks !