src/FingersDance.Control.Screen/UserControlScreen.xaml
author sarias
Wed, 23 Sep 2009 09:49:23 +0200
changeset 79 b13d98b59241
parent 35 ed77793b767a
child 80 605e2e2e053f
permissions -rw-r--r--
Create Branche ScreenControl
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">
79
b13d98b59241 Create Branche ScreenControl
sarias
parents: 35
diff changeset
    14
    	<Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" ContactChanged="ScatterViewPivot_ContactChanged" x:Name="ScatterViewScreen"/>
35
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    15
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    16
    </Grid>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    17
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    18
</UserControl>