PageRenderTime 23ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 1ms

/Visual Studio 2008/CSWPFNavigationUsage/Page1.xaml

#
XAML | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | a67212968170775c160235fda588e170 MD5 | raw file
  1. <Page x:Class="CSWPFNavigationUsage.Page1"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="Page1">
  5. <Grid>
  6. <TextBlock Text="This is Page1" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center" ></TextBlock>
  7. </Grid>
  8. </Page>