關於Windows phone的一些語句

2022-03-19 23:10:01 字數 1766 閱讀 5074

1.把string型別的轉換成int型別的 

把string aa 轉換成  int n

int n= convert.toint16(aa.tostring());

2.填充顏色

rectangle.fill=new solidcolorbrush(clolrs.green);

3.關於填充的屬性stresh

none  直接載入 不進行拉伸,如果image的控制項大小為

100x100,而為1000x1000則只顯示頂部100x100

fill 會拉伸或者縮小 以適應充滿image控制項,長寬比可能改變

uniform 會拉伸到最佳 的大小 不一定充滿整個image控制項,但是保持

長寬比不變

uniformtofill 會在不改變長寬比的前提下拉伸,它會充滿整個image控制項,

但是可能被裁剪

4.判斷獨立儲存裡面是否存在資料夾用(directoryexists),檔案用(fileexists)

if (!file.directoryexists("zhibin"))

9、字串替換

zhibin= zhibin.replace("1", "2");

10、 後台**新建控制項

stackpanel stackpanel = new stackpanel();

stackpanel.width = 410;

stackpanel.orientation = system.windows.controls.orientation.horizontal;

11、給畫布新增背景

12桌面tile背面

shelltile defaulttile = shelltile.activetiles.first();

standardtiledata tiledata = new standardtiledata()

;defaulttile.update(tiledata);

13控制項隱藏

this.text.visibility = visibility.collapsed;

void stackpanel_tap(object sender, system.windows.input.gestureeventargs e)

else if (panorama1.selectedindex == 1)

else if (panorama1.selectedindex == 2)

else if (panorama1.selectedindex == 3)

}15、運算元據庫完成要提交  注意捕獲異常

trycatch (exception error)

Windows Phone正在死去

看起來有點標題黨。我本來想用的標題是windows phone正在變成下乙個zune。但是小範圍調查發現,果然沒幾個人還記得zune。windows phone真的處境不妙。現實情況就是 原以為坐穩了移動作業系統第三位置的windows phone,不僅沒能更進一步擴張,反而迅速邊緣化。不相信?來看...

Windows Phone平台分析

5 開發除錯方便,能夠把本機磁碟對映為手機的 庫。注意這裡我用的詞是模擬器,而不是 器。模擬器和 器的區別是 emulator中文叫 器,是精確地在一種環境下 另一種環境下的執行方式,其目的是完全 simulator中文叫模擬器,是通過某種手段來模擬某些東西,不一定要完全正確的原理,追求的只是盡可能...

Windows Phone資料儲存

windows phone 7.1版本的作業系統自帶了 sql server 資料庫的支援。isolatedstoragefile類提供取得隔離區中的檔案。獨立儲存設定允許使用者在乙個字典中儲存鍵 值對 無需任何設定 獨立儲存檔案表示包含檔案和目錄的獨立儲存區。filemode.createnew ...