src/FingersDance/MainSurfaceWindow.xaml
changeset 112 08bc8eac9e71
parent 106 9dfc0ee0ab17
child 133 8d755ba035f9
child 143 9f157d9c725b
equal deleted inserted replaced
110:0584407ffcab 112:08bc8eac9e71
   175   		
   175   		
   176   		<Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect4"/>
   176   		<Rectangle Fill="{x:Null}" Stroke="#FFFFFFFF" x:Name="rect4"/>
   177   	</Grid>
   177   	</Grid>
   178   	<s:ScatterView x:Name="scaterview"  ContactChanged="scaterview_ContactChanged">
   178   	<s:ScatterView x:Name="scaterview"  ContactChanged="scaterview_ContactChanged">
   179   		<s:ScatterViewItem   Center="512,384" CanMove="True" CanRotate="False" CanScale="False" Background="{x:Null}" x:Name="ScatterViewItemPivot" ContactChanged="ScatterViewItemPivot_ContactChanged" Style="{DynamicResource FingersDance.Control.ScatterView}" BorderBrush="{x:Null}" Foreground="{x:Null}" >
   179   		<s:ScatterViewItem   Center="512,384" CanMove="True" CanRotate="False" CanScale="False" Background="{x:Null}" x:Name="ScatterViewItemPivot" ContactChanged="ScatterViewItemPivot_ContactChanged" Style="{DynamicResource FingersDance.Control.ScatterView}" BorderBrush="{x:Null}" Foreground="{x:Null}" >
   180   			<FingersDance_Control_Pivot:UserControlPivot x:Name="UserControlPivot" EH_SurfaceButtonPlayer1_ContactDown="UserControlPivot_EH_SurfaceButtonPlayer1_ContactDown" EH_SurfaceButtonPlayer2_ContactDown="UserControlPivot_EH_SurfaceButtonPlayer2_ContactDown" EH_SurfaceButtonPlayer3_ContactDown="UserControlPivot_EH_SurfaceButtonPlayer3_ContactDown" EH_SurfaceButtonPlayer4_ContactDown="UserControlPivot_EH_SurfaceButtonPlayer4_ContactDown"/>
   180   			<FingersDance_Control_Pivot:UserControlPivot x:Name="UserControlPivot" EH_SurfaceButtonPlayer_ContactDown="UserControlPivot_EH_SurfaceButtonPlayer_ContactDown"/>
   181   		</s:ScatterViewItem>
   181   		</s:ScatterViewItem>
   182   	</s:ScatterView>
   182   	</s:ScatterView>
   183 
   183 
   184   </Grid>
   184   </Grid>
   185 </s:SurfaceWindow>
   185 </s:SurfaceWindow>