src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml
changeset 46 f1a26ca4177e
parent 45 f003ae353cd7
child 53 09d0bc6970b5
equal deleted inserted replaced
45:f003ae353cd7 46:f1a26ca4177e
     7 	x:Class="FingersDance.Control.UserPanel.UserControlUserPanel"
     7 	x:Class="FingersDance.Control.UserPanel.UserControlUserPanel"
     8 	x:Name="UserControl"
     8 	x:Name="UserControl"
     9 	d:DesignWidth="640" d:DesignHeight="480" 
     9 	d:DesignWidth="640" d:DesignHeight="480" 
    10     xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource">
    10     xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource">
    11 
    11 
    12 	<Grid x:Name="LayoutRoot" Background="#1800FF8F">
    12 	<Grid x:Name="LayoutRoot" Background="{x:Null}">
    13         <FingersDance_Control_SyncSource:UserControlSyncSource x:Name="UserControlSyncSource" HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="{Binding Path=ActualWidth, ElementName=LayoutRoot, Mode=Default}" Margin="0,0,0,0" Height="{Binding Path=ActualHeight, ElementName=LayoutRoot, Mode=Default}"/>
    13         <FingersDance_Control_SyncSource:UserControlSyncSource x:Name="UserControlSyncSource" HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="{Binding Path=ActualWidth, ElementName=LayoutRoot, Mode=Default}" Margin="0,0,0,0" Height="{Binding Path=ActualHeight, ElementName=LayoutRoot, Mode=Default}"/>
    14 
    14 
    15     </Grid>
    15     </Grid>
    16 </UserControl>
    16 </UserControl>