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