src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Tue, 04 Aug 2009 18:45:52 +0200
changeset 18 600c47d2d863
parent 10 e8bfe1102e03
child 34 9e222810f5b5
permissions -rw-r--r--
hgignore

<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
	mc:Ignorable="d"
	x:Class="FingersDance.Control.TimeLine.UserControlTimeLine"
	x:Name="UserControl"
	d:DesignWidth="575" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="88" Background="#FF898686">

	<Grid x:Name="LayoutRoot" Background="#FFFFFFFF" Height="88" Width="575">
		<Custom:SurfaceSlider ValueChanged="SurfaceSlider_ValueChanged" Margin="0,0,0,8" Height="27" VerticalAlignment="Bottom" x:Name="SurfaceSlider" Value="0.5"/>
		<Label HorizontalAlignment="Left" Margin="20,8,0,39" Width="243" Content="" x:Name="LabelSliderPosition" Background="#FCA8A8A8"/>
		<Label HorizontalAlignment="Right" Margin="0,12,31,35" Width="243" Content="" x:Name="LabelSliderDuration" Background="#FFB2B2B2"/>
	</Grid>
</UserControl>