src/FingersDance/SurfaceWindow1.xaml
author ymh
Mon, 03 Aug 2009 17:57:11 +0200
changeset 7 ccfa303410c3
parent 0 f603bde47f41
permissions -rw-r--r--
add the desing folder
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     1
<s:SurfaceWindow
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     4
    xmlns:s="http://schemas.microsoft.com/surface/2008"
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     5
    x:Class="FingersDance.SurfaceWindow1"
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     6
    Title="FingersDance"
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     7
    Width="1024" Height="768" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" x:Name="mainSurfaceWindow"
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     8
    >
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     9
  <s:SurfaceWindow.Resources>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    10
    <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    11
  </s:SurfaceWindow.Resources>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    12
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    13
  <Grid Background="{StaticResource WindowBackground}" x:Name="MainGrid" Width="1024" Height="768" >
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    14
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    15
  	<Grid HorizontalAlignment="Left" x:Name="Grid1" VerticalAlignment="Top" Width="100" Height="100" Background="#7EFAFAFA">
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    16
  		<Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    17
  	</Grid>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    18
  	<Grid HorizontalAlignment="Right" Margin="0,0,0,0" x:Name="Grid4" VerticalAlignment="Top" Width="100" Height="100" Background="#7FFFFFFF">
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    19
  		<Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    20
  	</Grid>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    21
  	<Grid HorizontalAlignment="Right" Margin="0,0,0,0" x:Name="Grid3" VerticalAlignment="Bottom" Width="100" Height="100" Background="#7FFFFFFF">
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    22
  		<Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    23
  	</Grid>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    24
  	<Grid RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Left" Margin="0,0,0,0" x:Name="Grid2" VerticalAlignment="Bottom" Width="100" Height="100" Background="#7EFFFFFF">
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    25
  		<Grid.RenderTransform>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    26
  			<TransformGroup>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    27
  				<ScaleTransform ScaleX="-1" ScaleY="1"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    28
  				<SkewTransform AngleX="0" AngleY="0"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    29
  				<RotateTransform Angle="0"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    30
  				<TranslateTransform X="0" Y="0"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    31
  			</TransformGroup>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    32
  		</Grid.RenderTransform>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    33
  		<Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    34
  	</Grid>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    35
  	<s:ScatterView x:Name="ScaterView"  ContactChanged="ScaterView_ContactChanged">
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    36
            <s:ScatterViewItem CanMove="True" CanRotate="False" CanScale="False" >
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    37
                <Ellipse Width="55" Height="55" Fill="#FF101010" Stroke="#FF000000" x:Name="pivot" RenderTransformOrigin="0.5,0.5">
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    38
  			        <Ellipse.RenderTransform>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    39
  				        <TransformGroup>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    40
  					        <ScaleTransform ScaleX="1" ScaleY="1"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    41
  					        <SkewTransform AngleX="0" AngleY="0"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    42
  					        <RotateTransform Angle="0"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    43
  					        <TranslateTransform X="0" Y="0"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    44
  				        </TransformGroup>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    45
  			        </Ellipse.RenderTransform>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    46
  		        </Ellipse>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    47
                </s:ScatterViewItem>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    48
  	</s:ScatterView>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    49
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    50
  </Grid>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    51
</s:SurfaceWindow>