src/FingersDance.GestureControl/UserGestureControl.xaml
changeset 174 45c9e55fcf23
equal deleted inserted replaced
173:e99fe78cd168 174:45c9e55fcf23
       
     1 <UserControl
       
     2 	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
       
     3 	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
       
     4 	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
       
     5 	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
       
     6 	mc:Ignorable="d"
       
     7 	xmlns:local="clr-namespace:GestureControl"
       
     8 	x:Class="GestureControl.UserGestureControl"
       
     9 	x:Name="UserControl"
       
    10 	d:DesignWidth="640" d:DesignHeight="184">
       
    11 	<local:GestureControl Content="GestureControl"/>
       
    12 </UserControl>