So setting the wallpaper is pretty trivial for UWP apps
Thanks in advance!
However this method always defaults to "Fill" mode. Does anyone know of a way to either change this default or change the setting after calling TrySetWallpaperImageAsync()?await Windows.System.UserProfile.UserProfilePersonalizationSettings.Current.TrySetWallpaperImageAsync(file);
Thanks in advance!