OSDN Git Service

最初のコミット
[shooting3/shootinggame.git] / ShootingGame / MainPage.xaml
1 <SwapChainBackgroundPanel
2     x:Class="ShootingGame.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:ShootingGame"
6     xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7     xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8     mc:Ignorable="d">
9     <TextBox HorizontalAlignment="Left" Height="50" Margin="316,161,0,0" TextWrapping="Wrap" Text="テストテキストボックスとか" VerticalAlignment="Top" Width="335"/>
10     <Button Content="Button" HorizontalAlignment="Left" Height="50" Margin="692,161,0,0" VerticalAlignment="Top" Width="205"/>
11 </SwapChainBackgroundPanel>