client/src/Iri.Modernisation.Controls/View/ClickMenu/ClickMenuLayer.xaml
author totetm <>
Thu, 11 Feb 2010 17:29:23 +0100
changeset 42 594fdedecf7f
parent 0 249d70e7b32d
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

<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.ClickMenuLayer"
    d:DesignWidth="640" d:DesignHeight="480">
  <Grid x:Name="LayoutRoot" >

  	<local:ClickMenu SelectedElement="{Binding SelectedElement,Mode=TwoWay}" x:Name="ClickMenu" Height="112" HorizontalAlignment="Left" Margin="10,176,0,0" VerticalAlignment="Top" Width="142" Background="#FF3D3D3D" BorderThickness="2,2,3,0" d:LayoutOverrides="HorizontalAlignment" Canvas.ZIndex="6"/>

  </Grid>
</UserControl>