src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml
changeset 74 7ce946833eae
parent 69 a4c44555f205
child 92 3a0b48be34bd
equal deleted inserted replaced
71:31900a35e162 74:7ce946833eae
     5 	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
     5 	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
     6 	mc:Ignorable="d"
     6 	mc:Ignorable="d"
     7 	x:Class="FingersDance.Control.TimeLine.UserControlTimeLine"
     7 	x:Class="FingersDance.Control.TimeLine.UserControlTimeLine"
     8     xmlns:vw="clr-namespace:FingersDance.Views;assembly=FingersDance.Views"
     8     xmlns:vw="clr-namespace:FingersDance.Views;assembly=FingersDance.Views"
     9 	x:Name="UserControl"
     9 	x:Name="UserControl"
    10 	d:DesignWidth="383" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="Auto" Background="{x:Null}" d:DesignHeight="33">
    10 	d:DesignWidth="383" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Background="{x:Null}" d:DesignHeight="33">
    11 
    11 
    12 	<Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
    12 	<Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
    13 		<Custom:SurfaceSlider  Height="Auto" x:Name="slider" Value="0.5" Width="Auto" Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" Margin="0,0,30,0" Background="#19FFFFFF" />
    13 		<Custom:SurfaceSlider  Height="Auto" x:Name="slider" Value="0.5" Width="Auto" 
    14         <vw:TimelineView x:Name="tv" Height="130"/>
    14                                Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" ContactTapGesture="slider_ContactTapGesture"
       
    15                                Margin="0,0,30,0" Background="#19FFFFFF" />
       
    16         <vw:TimelineView x:Name="tv" Margin="0,30,0,0"/>
    15     </Grid>
    17     </Grid>
    16 </UserControl>
    18 </UserControl>