src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml
changeset 151 5f011a5ce421
parent 146 dd8ed4d3beb6
child 165 e78e40b9d761
equal deleted inserted replaced
150:569925b65604 151:5f011a5ce421
   780 
   780 
   781     <Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
   781     <Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
   782         <Custom:SurfaceSlider  Height="Auto" x:Name="slider" Value="0.5" Width="Auto" 
   782         <Custom:SurfaceSlider  Height="Auto" x:Name="slider" Value="0.5" Width="Auto" 
   783                                Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" ContactTapGesture="slider_ContactTapGesture" Background="#19FFFFFF" Style="{DynamicResource FingersDance.Control.Slider}" />
   783                                Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" ContactTapGesture="slider_ContactTapGesture" Background="#19FFFFFF" Style="{DynamicResource FingersDance.Control.Slider}" />
   784         <vw:TimelineView x:Name="tv" Margin="0,15,0,0" Background="{x:Null}"/>
   784         <vw:TimelineView x:Name="tv" Margin="0,15,0,0" Background="{x:Null}"/>
   785         <popup:UserControlClose x:Name="confirmCancelPopup" Question="Êtes-vous de sûr de vouloir effacer cette annotation ?" Visibility="Hidden" ConfirmYesOrNo="confirmCancelPopup_ConfirmYesOrNo" />
   785         <popup:UserControlClose x:Name="confirmCancelPopup" Question="Êtes-vous de sûr de vouloir effacer cette annotation ?" Visibility="Hidden" ConfirmYesOrNo="confirmCancelPopup_ConfirmYesOrNo" />
   786     </Grid>
   786     </Grid>
   787 </UserControl>
   787 </UserControl>