src/FingersDance.Control.SessionInput/UserControlAnnotationOrSearch.xaml
author ARIAS Santiago
Tue, 24 Nov 2009 07:50:17 +0100
changeset 224 874de6d84a2e
parent 208 0699cab5cbb3
permissions -rw-r--r--
Panels visibility Pivot Position OnContactLeave UserPanel Close "UserTest" removed

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