client/src/Iri.Modernisation.Controls/View/ClickMenu/ClickMenuPanelAnnoter.xaml
author Matthieu Totet
Wed, 18 Nov 2009 15:30:31 +0100
changeset 0 249d70e7b32d
child 8 2482ddb44cb6
permissions -rw-r--r--
Create Directories & Project

<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"
	xmlns:local="clr-namespace:Iri.Modernisation.Controls.View"
	x:Class="Iri.Modernisation.Controls.View.ClickMenuPanelAnnoter" Height="56" Width="80">

	
	
	
	
	<Grid x:Name="Panel" Background="#00842B2B" Canvas.ZIndex="4" MouseLeave="Grid_MouseLeave">
		<local:ClickMenuItem Title="Annoter"  x:Name="_annoterItem" HorizontalAlignment="Left" Margin="1,17,0,0" Width="32" Canvas.ZIndex="10" VerticalAlignment="Top" d:LayoutOverrides="Height" MouseEnter="Grid_MouseEnter"/>
		<Grid x:Name="Hidden" HorizontalAlignment="Left" Width="80" Background="#0041024D" Height="56" VerticalAlignment="Top" Visibility="Collapsed">
			<local:ClickMenuItem Title="Vidéo" x:Name="_videoItem" HorizontalAlignment="Left" Margin="25.262,25.875,0,0" Width="32" Canvas.ZIndex="5" RenderTransformOrigin="0.5,0.5" UseLayoutRounding="False" d:LayoutRounding="Auto" VerticalAlignment="Top">
				<local:ClickMenuItem.RenderTransform>
					<TransformGroup>
						<ScaleTransform/>
						<SkewTransform/>
						<RotateTransform Angle="35.759"/>
						<TranslateTransform/>
					</TransformGroup>
				</local:ClickMenuItem.RenderTransform>
			</local:ClickMenuItem>
			<local:ClickMenuItem Title="Textuelle" x:Name="_textItem" Margin="15.623,-3.041,34.876,0" VerticalAlignment="Top" RenderTransformOrigin="0.209,0.93" UseLayoutRounding="False" Canvas.ZIndex="5" d:LayoutRounding="Auto" d:LayoutOverrides="VerticalAlignment">
				<local:ClickMenuItem.RenderTransform>
					<TransformGroup>
						<ScaleTransform/>
						<SkewTransform/>
						<RotateTransform Angle="-35.478"/>
						<TranslateTransform X="8.84" Y="2.596"/>
					</TransformGroup>
				</local:ClickMenuItem.RenderTransform>
				<local:ClickMenuItem.Content>
				
					<Image x:Name="imgItem" Source="icons/home.png" Stretch="Uniform" IsHitTestVisible="False"  />
			
				</local:ClickMenuItem.Content>
			</local:ClickMenuItem>
		</Grid>
	</Grid>
</UserControl>