顯示具有 bitmapImage 標籤的文章。 顯示所有文章
顯示具有 bitmapImage 標籤的文章。 顯示所有文章

2012年11月15日 星期四

How to get the path to the image file that is associated to the image element on windows phone 8.

       var bitmapImage = ImageElement.Source as BitmapImage;  
       if (bitmapImage != null)  
         ImagePath = bitmapImage.UriSource.ToString();