src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml
changeset 34 9e222810f5b5
parent 10 e8bfe1102e03
child 35 ed77793b767a
equal deleted inserted replaced
33:644464191714 34:9e222810f5b5
     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 	x:Name="UserControl"
     8 	x:Name="UserControl"
     9 	d:DesignWidth="575" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="88" Background="#FF898686">
     9 	d:DesignWidth="575" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="Auto" Background="#FF898686">
    10 
    10 
    11 	<Grid x:Name="LayoutRoot" Background="#FFFFFFFF" Height="88" Width="575">
    11 	<StackPanel x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="#4CFCFCFC">
    12 		<Custom:SurfaceSlider ValueChanged="SurfaceSlider_ValueChanged" Margin="0,0,0,8" Height="27" VerticalAlignment="Bottom" x:Name="SurfaceSlider" Value="0.5"/>
    12 		<Custom:SurfaceSlider  Height="27" x:Name="slider" Value="0.5" Width="575" Thumb.DragStarted="sliderPosition_DragStarted" Thumb.DragCompleted="sliderPosition_DragCompleted" />
    13 		<Label HorizontalAlignment="Left" Margin="20,8,0,39" Width="243" Content="" x:Name="LabelSliderPosition" Background="#FCA8A8A8"/>
    13 	</StackPanel>
    14 		<Label HorizontalAlignment="Right" Margin="0,12,31,35" Width="243" Content="" x:Name="LabelSliderDuration" Background="#FFB2B2B2"/>
       
    15 	</Grid>
       
    16 </UserControl>
    14 </UserControl>