private async void Svgimage() { var file = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///assets//weather_sun.svg")); await Svg.LoadFileAsync(file); }