src/FingersDance.Control.Screen/UserControlScreen.xaml
author ymh
Thu, 24 Sep 2009 10:27:13 +0200
branchsyncsource
changeset 98 d20bbc845cb0
parent 35 ed77793b767a
child 79 b13d98b59241
permissions -rw-r--r--
make progress on syncsource
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     1
<UserControl
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     2
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     3
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     4
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     6
	mc:Ignorable="d"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     7
    xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     8
    xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     9
	x:Class="FingersDance.Control.Screen.UserControlScreen"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    10
	x:Name="UserControl"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    11
	d:DesignWidth="640" d:DesignHeight="480" Width="1024" Height="768" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    12
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    13
    <Grid x:Name="LayoutRoot">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    14
    	<Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" ContactChanged="ScatterViewPivot_ContactChanged" x:Name="ScatterViewPivot">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    15
    		<Custom:ScatterViewItem x:Name="ScatterViewItemPivot" ContactChanged="ScatterViewItemPivot_ContactChanged">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    16
    			<FingersDance_Control_Pivot:UserControlPivot Height="52" x:Name="UserControlPivot"  Width="52" Foreground="{x:Null}"  />
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    17
    		</Custom:ScatterViewItem>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    18
    	</Custom:ScatterView>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    19
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    20
    	<Grid HorizontalAlignment="Left" x:Name="Grid1" VerticalAlignment="Top" Width="100" Height="100">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    21
    		<Rectangle x:Name="Rectangle1" Fill="{x:Null}" Stroke="#FF000000"/>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    22
            
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    23
    		<!--<FingersDance_Control_UserPanel:UserControlUserPanel x:Name="UserPanel1"/>-->
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    24
    	</Grid>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    25
    	<Grid HorizontalAlignment="Right" Margin="0,0,8,0" x:Name="Grid2" VerticalAlignment="Top" Width="100" Height="100">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    26
    		<Rectangle x:Name="Rectangle2" Fill="{x:Null}" Stroke="#FF000000"/>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    27
    		<!--<FingersDance_Control_UserPanel:UserControlUserPanel x:Name="UserPanel2"/>-->
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    28
    	</Grid>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    29
    	<Grid HorizontalAlignment="Left" x:Name="Grid3" VerticalAlignment="Bottom" Width="100" Height="100">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    30
    		<Rectangle x:Name="Rectangle3" Fill="{x:Null}" Stroke="#FF000000"/>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    31
    		<!--<FingersDance_Control_UserPanel:UserControlUserPanel x:Name="UserPanel3"/>-->
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    32
    	</Grid>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    33
    	<Grid HorizontalAlignment="Right" x:Name="Grid4" VerticalAlignment="Bottom" Width="100" Height="100">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    34
    		<Rectangle x:Name="Rectangle4" Fill="{x:Null}" Stroke="#FF000000"/>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    35
    		<!--<FingersDance_Control_UserPanel:UserControlUserPanel x:Name="UserPanel4"/>-->
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    36
    	</Grid>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    37
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    38
    </Grid>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    39
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    40
</UserControl>