src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml
changeset 69 a4c44555f205
parent 46 f1a26ca4177e
child 74 7ce946833eae
equal deleted inserted replaced
68:5f547156bda6 69:a4c44555f205
     3 	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     3 	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     4 	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
     4 	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
     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 	x:Name="UserControl"
     9 	x:Name="UserControl"
     9 	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" Height="Auto" Background="{x:Null}" d:DesignHeight="33">
    10 
    11 
    11 	<Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
    12 	<Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
    12 		<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" Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" Margin="0,0,30,0" Background="#19FFFFFF" />
    13 	</Grid>
    14         <vw:TimelineView x:Name="tv" Height="130"/>
       
    15     </Grid>
    14 </UserControl>
    16 </UserControl>