equal
deleted
inserted
replaced
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" Width="{Binding Path=ActualWidth, ElementName=slider, Mode=Default}" Background="{x:Null}"/> |
783 <vw:TimelineView x:Name="tv" Margin="0,15,0,0" Background="{x:Null}"/> |
784 </Grid> |
784 </Grid> |
785 </UserControl> |
785 </UserControl> |