author | sarias |
Sat, 12 Sep 2009 22:57:52 +0200 | |
changeset 46 | f1a26ca4177e |
parent 35 | ed77793b767a |
child 69 | a4c44555f205 |
permissions | -rw-r--r-- |
10 | 1 |
<UserControl |
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
6 |
mc:Ignorable="d" |
|
7 |
x:Class="FingersDance.Control.TimeLine.UserControlTimeLine" |
|
8 |
x:Name="UserControl" |
|
46
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
35
diff
changeset
|
9 |
d:DesignWidth="383" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Height="Auto" Background="{x:Null}" d:DesignHeight="33"> |
10 | 10 |
|
46
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
35
diff
changeset
|
11 |
<Grid x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}"> |
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
35
diff
changeset
|
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" /> |
35 | 13 |
</Grid> |
10 | 14 |
</UserControl> |