client/src/Iri.Modernisation.Controls/View/ClickMenu/ClickMenuItem.xaml
author totetm <>
Thu, 11 Feb 2010 17:29:23 +0100
changeset 42 594fdedecf7f
parent 27 f292db96b050
permissions -rw-r--r--
Fixed| bouton close sur BookTimeLine Fixed| loading blocker sur les éléments du corpus vidéolivre (book a charger) Fixed| afficher l'état sur on load et loader sur les éléments du corpus vidéolivre ("book a charger") Fixed| bug du title sur book timline Fixed| Actualisation de l'affichage des annotations sur seek de la timline sans play Fixed| Seek possible quand play Fixed| Bug sur le placement tetris ? Fixed| texte par default sur les champs d'annotations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
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"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     3
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     4
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     6
	mc:Ignorable="d"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     7
	
27
f292db96b050 Generalization of Book Structure
Matthieu Totet
parents: 8
diff changeset
     8
	x:Class="Iri.Modernisation.Controls.View.ClickMenuItem" MouseEnter="OnMouseEnter" MouseLeftButtonUp="UserControl_MouseLeftButtonUp" Background="Transparent" RenderTransformOrigin="0.5,0.5">
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     9
	
8
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    10
	<Grid>  
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    11
						
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    12
						<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="path78339" Fill="#FFA1A1A1" Stroke="#FF000000" StrokeThickness="1.20303285" StrokeMiterLimit="4" StrokeDashOffset="0" StrokeLineJoin="Round" StrokeEndLineCap="Flat" Data="M 1131.5 228 L 1100.6059 237.52202 L 1082.0032 211.0825 L 1101.4001 185.21994 L 1131.9908 195.67554 L 1131.5 228 z" Stretch="Fill" RenderTransformOrigin="0.5,0.5" UseLayoutRounding="False" Height="27.969" VerticalAlignment="Top" HorizontalAlignment="Left" Width="27.053" Margin="-0.053,0,0,0">
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    13
							<Path.RenderTransform>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    14
								<TransformGroup>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    15
									<ScaleTransform/>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    16
									<SkewTransform />
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    17
									<RotateTransform Angle="89.433" />
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    18
									<TranslateTransform/>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    19
								</TransformGroup>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    20
							</Path.RenderTransform>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    21
						
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    22
						</Path>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    23
						<Image x:Name="imgItem" HorizontalAlignment="Left" Width="27" Height="28" VerticalAlignment="Top" Margin="0,2,0,0"/>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    24
					</Grid>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    25
					</UserControl>