<!--TitlePanel contains the name of the application and page title-->
<StackPanel x:Name="TitlePanel" Grid.Row="0">
<TextBlock x:Name="ApplicationTitle" Text="Welcome to ThaiCreate.Com" FontSize="50"/>
</StackPanel>
วาง Control ชุดนี้ในตำแหน่ง Row ที่ 1
<!--ContentPanel - place additional content here-->
<Grid x:Name="ContentPanel" Grid.Row="1">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="410*"/>
<ColumnDefinition Width="273*"/>
</Grid.ColumnDefinitions>
<Button Content="Welcome to Windows Store Tutorial" Name="button" FontSize="50" Grid.ColumnSpan="2" />
</Grid>