0
A
回答
0
第一步:聲明這樣
的BitmapImage位全局變量;
步驟2: 通過使用switch語句選擇圖像的URI:
public void ChoseUri(string cuntryName)
{
switch (cuntryName)
{
case "US":
bit = new BitmapImage(new Uri(@"Image/Us.png", UriKind.RelativeOrAbsolute));
break;
case "INDIA":
bit = new BitmapImage(new Uri(@"Image/INDIA.png", UriKind.RelativeOrAbsolute));
break;
default:
}
}
第三步:設置動態圖像源:
imgCountry.Source =位;
相關問題
- 1. 如何更改圖像內的列表框中的Windows Phone 8
- 2. 基於國家的動態數據
- 3. Rails 5 - 具有動態國家輸入的標誌圖標
- 4. Windows 8 - 如何更改動態瓷磚背景圖像?
- 5. Windows Phone 7的國家
- 6. 關於狀態選擇更改國家
- 7. 如何識別使用Windows Phone 8攝像頭的標誌(標誌)
- 8. 在Windows Phone 7.1應用程序中動態更改圖像源
- 9. 基於滾動位置更改圖像
- 10. Windows Phone 8中的圖像動畫
- 11. Windows Phone 8諾基亞地圖:如何更改Microsoft.Phone.Maps.Toolkit圖釘的設計?
- 12. 用於Windows 8和Windows Phone 8的Open CV圖像編輯庫
- 13. 將ISO3國家代碼轉換爲ISO2國家代碼 - Windows Phone 8
- 14. 在Windows Phone 8中更改AppBar圖標顏色
- 15. 如何自動更改貨幣取決於國家在OPENCART
- 16. 使用基於國家/地區的國家/地區的JavaScript更改URL
- 17. 我們如何在Windows Phone 8中裁剪圖像?
- 18. 如何在Windows Phone 8中水平滾動圖像
- 19. Windows Phone如何通過座標獲取國家/地區?
- 20. 基於線程的Windows Phone 8
- 21. 如何在Windows Phone 8中獲取設備運營商和國家SL
- 22. 動態加載圖像 - Windows Phone 7的
- 23. 使用轉換器-windows phone動態設置圖像源8
- 24. 英語國家的Windows Phone本地化
- 25. 檢測Windows Phone 7的國家/地區
- 26. 如何更改Windows Phone 8官方地圖控制文化?
- 27. 國家Selecter與標誌 - Bootsrap
- 28. 基於國家的路由
- 29. 如何在windows phone 8中基於ListPickerItem選擇做功能
- 30. 在Windows Phone 8應用程序中更改Panaroma的標題
設置你的五國烏里裏面這個switch語句 –
謝謝Pradeep。 – Kanniyappan
okz ........朋友 –