I have a Image view in XF ContentPage. In WP project through Dependency calling a method to select a photo using the PhtoChooserTask. As per samples, in the PhotoChoserTask.Completed event Bitmapimage.SetSource().
But how do I set the Image.Source in the XF ContentPage using this Bitmapimage or the e.ChosenPhoto?