// Pass in a relative path to a file inside the local appdata folder static void SetWallpaper(string filePath, Wallpaper.Style style) { Wallpaper.SetStyle(style); Wallpaper.SetImage(filePath); }