src/FingersDance.Control.Screen/UserControlScreen.xaml
changeset 35 ed77793b767a
child 79 b13d98b59241
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/FingersDance.Control.Screen/UserControlScreen.xaml	Mon Aug 17 22:04:09 2009 +0200
@@ -0,0 +1,40 @@
+<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"
+	mc:Ignorable="d"
+    xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot"
+    xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel"
+	x:Class="FingersDance.Control.Screen.UserControlScreen"
+	x:Name="UserControl"
+	d:DesignWidth="640" d:DesignHeight="480" Width="1024" Height="768" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
+
+    <Grid x:Name="LayoutRoot">
+    	<Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" ContactChanged="ScatterViewPivot_ContactChanged" x:Name="ScatterViewPivot">
+    		<Custom:ScatterViewItem x:Name="ScatterViewItemPivot" ContactChanged="ScatterViewItemPivot_ContactChanged">
+    			<FingersDance_Control_Pivot:UserControlPivot Height="52" x:Name="UserControlPivot"  Width="52" Foreground="{x:Null}"  />
+    		</Custom:ScatterViewItem>
+    	</Custom:ScatterView>
+
+    	<Grid HorizontalAlignment="Left" x:Name="Grid1" VerticalAlignment="Top" Width="100" Height="100">
+    		<Rectangle x:Name="Rectangle1" Fill="{x:Null}" Stroke="#FF000000"/>
+            
+    		<!--<FingersDance_Control_UserPanel:UserControlUserPanel x:Name="UserPanel1"/>-->
+    	</Grid>
+    	<Grid HorizontalAlignment="Right" Margin="0,0,8,0" x:Name="Grid2" VerticalAlignment="Top" Width="100" Height="100">
+    		<Rectangle x:Name="Rectangle2" Fill="{x:Null}" Stroke="#FF000000"/>
+    		<!--<FingersDance_Control_UserPanel:UserControlUserPanel x:Name="UserPanel2"/>-->
+    	</Grid>
+    	<Grid HorizontalAlignment="Left" x:Name="Grid3" VerticalAlignment="Bottom" Width="100" Height="100">
+    		<Rectangle x:Name="Rectangle3" Fill="{x:Null}" Stroke="#FF000000"/>
+    		<!--<FingersDance_Control_UserPanel:UserControlUserPanel x:Name="UserPanel3"/>-->
+    	</Grid>
+    	<Grid HorizontalAlignment="Right" x:Name="Grid4" VerticalAlignment="Bottom" Width="100" Height="100">
+    		<Rectangle x:Name="Rectangle4" Fill="{x:Null}" Stroke="#FF000000"/>
+    		<!--<FingersDance_Control_UserPanel:UserControlUserPanel x:Name="UserPanel4"/>-->
+    	</Grid>
+
+    </Grid>
+
+</UserControl>
\ No newline at end of file