src/FingersDance.Control.SessionInput/UserControlAnnotationOrSearch.xaml
author cavaliet
Fri, 20 Nov 2009 17:14:52 +0100
changeset 216 45d2dff788f2
parent 208 0699cab5cbb3
permissions -rw-r--r--
almost last step of search : menu is active and we listen to the recognised event from the player.

<UserControl x:Class="FingersDance.Control.SessionInput.UserControlAnnotationOrSearch"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Height="200" Width="300" x:Name="UCAnnotationOrSearch"
    xmlns:Custom="http://schemas.microsoft.com/surface/2008">
    <Grid>
    	<Custom:SurfaceButton Margin="0,0,73,0" x:Name="annotBtn" VerticalAlignment="Top" Height="73" Content="Annotation" FontFamily="Cordia New" FontSize="36" Background="Black" 
                              Foreground="White" Click="annotBtn_Click" ContactDown="annotBtn_ContactDown" />
    	<Custom:SurfaceButton Margin="0,76,73,0" x:Name="searchBtn" VerticalAlignment="Top" Height="73" Content="Recherche" FontFamily="Cordia New" FontSize="36" Background="Black" 
                              Foreground="White" Click="searchBtn_Click" ContactDown="searchBtn_ContactDown"/>
            
    </Grid>
</UserControl>