OSDN Git Service

1cc803046ff379022a1a21b5c9cc8996bd120f10
[psychlops/silverlight.git] / test4 / MainPage.xaml
1 <UserControl x:Class="PsychlopsSilverlight4test.MainPage"\r
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" \r
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"\r
4     xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" \r
5     mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">\r
6         <StackPanel x:Name="TotalRoot">\r
7                 <Grid>\r
8                         <Grid.ColumnDefinitions>\r
9                                 <ColumnDefinition Width="0" />\r
10                                 <ColumnDefinition Width="*" />\r
11                         </Grid.ColumnDefinitions>\r
12                         <StackPanel x:Name="Controller" Grid.Column="0">\r
13                         </StackPanel>\r
14                         <Canvas x:Name="LayoutRoot" Grid.Column="1"></Canvas>\r
15                 </Grid>\r
16                 <TextBlock x:Name="AppStatusBar" Height="20">Loading...</TextBlock>\r
17         </StackPanel>\r
18 </UserControl>\r