src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml
changeset 115 1e87bcfec117
parent 107 604696163664
child 116 42702f8fa007
equal deleted inserted replaced
114:8262d9756231 115:1e87bcfec117
   778 	</UserControl.Resources>
   778 	</UserControl.Resources>
   779 
   779 
   780 	<Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
   780 	<Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
   781 		<Custom:SurfaceSlider  Height="Auto" x:Name="slider" Value="0.5" Width="Auto" 
   781 		<Custom:SurfaceSlider  Height="Auto" x:Name="slider" Value="0.5" Width="Auto" 
   782                                Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" ContactTapGesture="slider_ContactTapGesture" Background="#19FFFFFF" Style="{DynamicResource FingersDance.Control.Slider}" />
   782                                Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" ContactTapGesture="slider_ContactTapGesture" Background="#19FFFFFF" Style="{DynamicResource FingersDance.Control.Slider}" />
   783         <vw:TimelineView x:Name="tv" Margin="0,30,0,0"/>
   783         <vw:TimelineView x:Name="tv" Margin="0,30,0,0" Width="{Binding Path=ActualWidth, ElementName=slider, Mode=Default}" Background="#FF69E32E"/>
   784     </Grid>
   784     </Grid>
   785 </UserControl>
   785 </UserControl>