MainPage.xaml 583 B

12345678910111213
  1. <winRt:WindowsPage
  2. x:Class="Xamarin.Forms_Windows.Windows.MainPage"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:local="using:Xamarin.Forms_Windows.Windows"
  6. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  7. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8. xmlns:winRt="using:Xamarin.Forms.Platform.WinRT"
  9. mc:Ignorable="d">
  10. <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
  11. </Grid>
  12. </winRt:WindowsPage>