MainPage.xaml 931 B

1234567891011121314151617
  1. <winPhone:FormsApplicationPage
  2. x:Class="Xamarin_Styles.WinPhone.MainPage"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
  6. xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
  7. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  8. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  9. xmlns:winPhone="clr-namespace:Xamarin.Forms.Platform.WinPhone;assembly=Xamarin.Forms.Platform.WP8"
  10. mc:Ignorable="d"
  11. FontFamily="{StaticResource PhoneFontFamilyNormal}"
  12. FontSize="{StaticResource PhoneFontSizeNormal}"
  13. Foreground="{StaticResource PhoneForegroundBrush}"
  14. SupportedOrientations="Portrait" Orientation="Portrait"
  15. shell:SystemTray.IsVisible="True">
  16. </winPhone:FormsApplicationPage>