src/FingersDance.Views/TimelineAnnotationView.xaml
changeset 55 1ec0ef228158
child 70 4a2f4b9e971a
equal deleted inserted replaced
53:09d0bc6970b5 55:1ec0ef228158
       
     1 <UserControl
       
     2 	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
       
     3 	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
       
     4 	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
       
     5 	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
       
     6 	xmlns:Custom="http://schemas.microsoft.com/surface/2008"
       
     7 	mc:Ignorable="d"
       
     8 	x:Class="FingersDance.Views.TimelineAnnotationView"
       
     9 	x:Name="UserControl"
       
    10 	d:DesignWidth="640" d:DesignHeight="480">
       
    11 
       
    12     <Grid x:Name="LayoutRoot" >
       
    13         <Rectangle Fill="Green"  HorizontalAlignment="Left" VerticalAlignment="Top" Width="4" Height="20"/>
       
    14         <TextBox Text="{Binding Path=GestureType}" Width="50" Margin="5,0,0,0"/>
       
    15     </Grid>
       
    16 </UserControl>