src/FingersDance.Views/TimelineAnnotationView.xaml
changeset 70 4a2f4b9e971a
parent 55 1ec0ef228158
child 71 31900a35e162
equal deleted inserted replaced
69:a4c44555f205 70:4a2f4b9e971a
     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>