src/FingersDance.Control.Screen/UserControlScreen.xaml
changeset 80 605e2e2e053f
parent 79 b13d98b59241
child 82 c37122b567fa
equal deleted inserted replaced
79:b13d98b59241 80:605e2e2e053f
     9 	x:Class="FingersDance.Control.Screen.UserControlScreen"
     9 	x:Class="FingersDance.Control.Screen.UserControlScreen"
    10 	x:Name="UserControl"
    10 	x:Name="UserControl"
    11 	d:DesignWidth="640" d:DesignHeight="480" Width="1024" Height="768" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
    11 	d:DesignWidth="640" d:DesignHeight="480" Width="1024" Height="768" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
    12 
    12 
    13     <Grid x:Name="LayoutRoot">
    13     <Grid x:Name="LayoutRoot">
    14     	<Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" ContactChanged="ScatterViewPivot_ContactChanged" x:Name="ScatterViewScreen"/>
    14     	<Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" x:Name="ScatterViewScreen"/>
    15 
    15 
    16     </Grid>
    16     </Grid>
    17 
    17 
    18 </UserControl>
    18 </UserControl>