src/FingersDance.Control.SessionInput/UserControlAnnotationOrSearch.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Mon, 23 Nov 2009 17:14:24 +0100
changeset 222 498d80458a0f
parent 208 0699cab5cbb3
permissions -rw-r--r--
gesture

<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>