OSDN Git Service

5
[psychlops/silverlight.git] / test5 / MainPage.xaml
1 <UserControl x:Class="PsychlopsSilverlight5test.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"\r
5     xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"\r
6     mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">\r
7         <StackPanel x:Name="TotalRoot">\r
8                 <Grid>\r
9                         <Grid.ColumnDefinitions>\r
10                                 <ColumnDefinition Width="0" />\r
11                                 <ColumnDefinition Width="*" />\r
12                         </Grid.ColumnDefinitions>\r
13 \r
14 \r
15                         <StackPanel x:Name="Controller" Grid.Column="0">\r
16                         </StackPanel>\r
17 \r
18                         <Canvas x:Name="LayoutRoot" Grid.Column="1"></Canvas>\r
19 \r
20                 </Grid>\r
21                 <TextBlock x:Name="AppStatusBar" Height="20">Loading...</TextBlock>\r
22         </StackPanel>\r
23 </UserControl>\r