--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/Iri.Modernisation.Controls/View/ClickMenu/ClickMenuLayer.xaml Wed Nov 18 15:30:31 2009 +0100
@@ -0,0 +1,14 @@
+<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>