You need to specify an ImageSource instead of a string when doing it from code: Uri uri = new Uri("...", UriKind.Absolute); ImageSource imgSource = new ...
確定! 回上一頁