equal
deleted
inserted
replaced
6 xmlns:Custom="http://schemas.microsoft.com/surface/2008" |
6 xmlns:Custom="http://schemas.microsoft.com/surface/2008" |
7 mc:Ignorable="d" |
7 mc:Ignorable="d" |
8 x:Class="FingersDance.Views.TimelineAnnotationView" |
8 x:Class="FingersDance.Views.TimelineAnnotationView" |
9 x:Name="UserControl" |
9 x:Name="UserControl" |
10 d:DesignWidth="640" d:DesignHeight="480"> |
10 d:DesignWidth="640" d:DesignHeight="480"> |
11 |
11 <Grid x:Name="LayoutRoot" Margin="0,0,0,0"> |
12 <Grid x:Name="LayoutRoot" > |
12 <Rectangle Fill="Green" HorizontalAlignment="Left" VerticalAlignment="Top" Width="4" Height="20"/> |
13 <Rectangle Fill="Green" HorizontalAlignment="Left" VerticalAlignment="Top" Width="4" Height="20"/> |
13 <TextBox Text="{Binding Path=GestureType}" Width="100" Margin="5,0,0,0"/> |
14 <TextBox Text="{Binding Path=GestureType}" Width="50" Margin="5,0,0,0"/> |
|
15 </Grid> |
14 </Grid> |
16 </UserControl> |
15 </UserControl> |