src/FingersDance.Views/TimelineAnnotationView.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Tue, 15 Sep 2009 21:19:51 +0200
changeset 62 cbe5b01679a3
parent 55 1ec0ef228158
child 70 4a2f4b9e971a
permissions -rw-r--r--
Création du CustomSurfaceButton

<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
	xmlns:Custom="http://schemas.microsoft.com/surface/2008"
	mc:Ignorable="d"
	x:Class="FingersDance.Views.TimelineAnnotationView"
	x:Name="UserControl"
	d:DesignWidth="640" d:DesignHeight="480">

    <Grid x:Name="LayoutRoot" >
        <Rectangle Fill="Green"  HorizontalAlignment="Left" VerticalAlignment="Top" Width="4" Height="20"/>
        <TextBox Text="{Binding Path=GestureType}" Width="50" Margin="5,0,0,0"/>
    </Grid>
</UserControl>