|
0
|
1 |
<UserControl
|
|
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
6 |
mc:Ignorable="d" xmlns:local="clr-namespace:Iri.Modernisation.Controls.View"
|
|
|
7 |
x:Class="Iri.Modernisation.Controls.View.ClickMenuLayer"
|
|
|
8 |
d:DesignWidth="640" d:DesignHeight="480">
|
|
|
9 |
<Grid x:Name="LayoutRoot" >
|
|
|
10 |
|
|
|
11 |
<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"/>
|
|
|
12 |
|
|
|
13 |
</Grid>
|
|
|
14 |
</UserControl>
|