client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableVideoElement.xaml
author totetm <>
Fri, 12 Feb 2010 16:22:57 +0100
changeset 47 9b26023b8c83
parent 27 f292db96b050
permissions -rw-r--r--
Fixed| bug si on ferme un livre en le lisant ReFixed|faire fonctionner le seek, même quand play n'est pas activer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
     1
<UserControl
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
17
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
     3
             xmlns:Converter="clr-namespace:Iri.Modernisation.Controls.Converter"
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
     4
    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" x:Class="Iri.Modernisation.Controls.View.CustomableVideoElement"
20
c2dd8119a6c1 Update ProductionView
Matthieu Totet
parents: 17
diff changeset
     5
    BorderBrush="Black"  Width="{Binding Duration}" mc:Ignorable="d">
17
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
     6
    <UserControl.Resources>
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
     7
        <Converter:PolemicTypeColorConverter x:Key="PolemicTypeColorConverter"/>
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
     8
    </UserControl.Resources>
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     9
    <Grid x:Name="LayoutRoot">
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    10
        <ToolTipService.ToolTip>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    11
            <StackPanel Orientation="Horizontal">
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    12
                <TextBlock Text="{Binding BeginTrim}"/>
17
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
    13
                <TextBlock Text="|- "/>
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
    14
                <TextBlock Text="{Binding DurationTimeSpan}"/>
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
    15
                <TextBlock Text="-| "/>
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    16
                <TextBlock Text="{Binding EndTrim}"/>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    17
                
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    18
                </StackPanel>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    19
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    20
        </ToolTipService.ToolTip>
27
f292db96b050 Generalization of Book Structure
Matthieu Totet
parents: 20
diff changeset
    21
        <Rectangle Fill="{Binding ChapterSolidColorBrush}" Stroke="Black" StrokeThickness="0"/>
17
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
    22
    	<Rectangle Fill="Black" Stroke="Black" StrokeThickness="0" HorizontalAlignment="Left" Width="2" Cursor="SizeWE" d:LayoutOverrides="HorizontalAlignment"/>
0e4e63f6f567 Update ProductinoView and Components
Matthieu Totet
parents: 0
diff changeset
    23
    	<Rectangle Fill="Black" Stroke="Black" StrokeThickness="0" HorizontalAlignment="Right" Width="2" Cursor="SizeWE" d:LayoutOverrides="HorizontalAlignment"/>
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    24
    	<Rectangle Fill="Black" Stroke="Black" StrokeThickness="0" Height="2" HorizontalAlignment="Left" VerticalAlignment="Bottom" Width="8"/>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    25
    	<Rectangle Fill="Black" Stroke="Black" StrokeThickness="0" Height="2" HorizontalAlignment="Left" VerticalAlignment="Top" Width="8"/>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    26
    	<Rectangle Fill="Black" Stroke="Black" StrokeThickness="0" Height="2" HorizontalAlignment="Right" VerticalAlignment="Top" Width="8"/>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    27
    	<Rectangle Fill="Black" Stroke="Black" StrokeThickness="0" Height="2" HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="8"/>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    28
    </Grid>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    29
</UserControl>