Top Banner
Andy Wigley @andy_wigley Matthias Shapiro @matthiasshap Programming Page Controls and Page Transition Animations WinRT Apps 29 April 2014 Building Apps for Windows Phone 8.1 Jump Start Building Windows Runtime Apps using C# and XAML
23

05 programming page controls and page transitions animations

May 24, 2015

Download

Technology

Building Apps for Windows Phone 8.1 Jump Start . Videos at: http://channel9.msdn.com/Series/Building-Apps-for-Windows-Phone-8-1
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 1. WinRT Apps 29 April 2014 Building Apps for Windows Phone 8.1 Jump Start

2. DisplayOrientations onEntryOrientations; protected override void OnNavigatedTo(NavigationEventArgs e) { onEntryOrientations = DisplayInformation.AutoRotationPreferences; Windows.Graphics.Display.DisplayInformation.AutoRotationPreferences = Windows.Graphics.Display.DisplayOrientations.Portrait; } protected override void OnNavigatedFrom(NavigationEventArgs e) { Windows.Graphics.Display.DisplayInformation.AutoRotationPreferences = onEntryOrientations; } 3. Pivot Control Pivot Headers Pivot Items Control 4. ... 5. ... 6. Continuum navigation to illustrate conceptual dead-end scenarios. 7. 8. http://msdn.Microsoft.com/en-us/library/windows/apps/hh452701.aspx 9. 10. 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.