src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml
author sarias
Mon, 17 Aug 2009 22:04:09 +0200
changeset 35 ed77793b767a
child 45 f003ae353cd7
permissions -rw-r--r--
Control Pivot, Debut Control Screen SyncSource UserPanel

<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
	mc:Ignorable="d"
    xmlns:FingersDance_Control_Player="clr-namespace:FingersDance.Control.Player;assembly=FingersDance.Control.Player"
    xmlns:FingersDance_Control_TimeLine="clr-namespace:FingersDance.Control.TimeLine;assembly=FingersDance.Control.TimeLine"
	x:Class="FingersDance.Control.SyncSource.UserControlSyncSource"
	x:Name="UserControl" Height="384" Width="512">

    <Grid x:Name="LayoutRoot" Height="192" Width="256">
        <FingersDance_Control_TimeLine:UserControlTimeLine Margin="-127,-91,-131,0" VerticalAlignment="Top" Height="31" x:Name="UserControlTimeLine" DragStarted="UserControlTimeLine_DragStarted" DragCompleted="UserControlTimeLine_DragCompleted" TimerTick="UserControlTimeLine_TimerTick"/>
        <FingersDance_Control_Player:UserControlPlayer Margin="-92,-56,-102,-86" PlayerOpened="UserControlPlayer_PlayerOpened" x:Name="UserControlPlayer" d:LayoutOverrides="HorizontalAlignment" />
    </Grid>
</UserControl>