src/FingersDance.Control.Screen/UserControlScreen.xaml
changeset 94 5d6ebbd6557f
parent 82 c37122b567fa
equal deleted inserted replaced
93:ac20121c930b 94:5d6ebbd6557f
     6 	mc:Ignorable="d"
     6 	mc:Ignorable="d"
     7     xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot"
     7     xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot"
     8     xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel"
     8     xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel"
     9 	x:Class="FingersDance.Control.Screen.UserControlScreen"
     9 	x:Class="FingersDance.Control.Screen.UserControlScreen"
    10 	x:Name="UserControl"
    10 	x:Name="UserControl"
    11 	d:DesignWidth="640" d:DesignHeight="480" Width="Auto" Height="Auto" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Background="#FF54FF00">
    11 	d:DesignWidth="640" d:DesignHeight="480" Width="Auto" Height="Auto" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Background="{x:Null}">
    12 
    12 
    13     <Grid x:Name="LayoutRoot">
    13     <Grid x:Name="LayoutRoot">
    14     	<Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" x:Name="ScatterViewScreen"/>
    14     	<Custom:ScatterView HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="{x:Null}" x:Name="ScatterViewScreen"/>
    15 
    15 
    16     </Grid>
    16     </Grid>