Windows Phone 8.0 app porting to WINDOWS10 app page class

Source: Internet
Author: User

Phone:phoneapplicationpage Replace all to page

Phone:webbrowser all replaced by WebView

isscriptenabled= "True" space

supportedorientations= "Portrait" space

orientation= "Portrait" space

orientation= "Landscape" space

shell:systemtray.isvisible= "True" space

Shell:systemtray.isvisible= "False"

Using Microsoft.Phone.Controls;

Using Microsoft.Phone.Shell;

Xmlns:phone= "Clr-namespace:microsoft.phone.controls;assembly=microsoft.phone" space

Xmlns:shell= "Clr-namespace:microsoft.phone.shell;assembly=microsoft.phone" space

Using System.Windows.Controls; Replace with the using Windows.UI.Xaml.Controls;

doubletap= "doubletapped=" //Note the replacement before tap

tap= istapenabled= "True" tapped=

Using System.Windows.Navigation; Using Windows.UI.Xaml.Navigation;

Using System.Windows.Media.Imaging; Using Windows.UI.Xaml.Media.Imaging;

Using System.Windows.Controls.Primitives; Using Windows.UI.Xaml.Controls.Primitives;

Using System.Windows.Media using Windows.UI.Xaml.Media;

System.Windows Windows.UI.Xaml

System.Windows.Input.GestureEventArgs Tappedroutedeventargs

Phone:panorama Pivot

Phone:pivot Pivot

Toolkit:phonetextbox TextBox

About the transplant of border

Windows Phone 8.0 app porting to WINDOWS10 app page class

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.