簡體   English   中英

SIlverlight WP7切換屏幕

[英]SIlverlight WP7 switch screen

如何在WP7上的Silverlight中以編程方式在屏幕之間切換?

謝謝

NavigationService.Navigate(new Uri("/NextView.xaml", UriKind.Relative));

您可以使用導航器執行此操作:

this.NavigationService.Navigate(new Uri("/Views/Whatever.xaml"), UriKind.Relative));

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM