|
0
|
1 |
<ContentControl
|
|
|
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"
|
|
|
7 |
x:Class="Iri.Modernisation.Controls.View.ClickMenuItem" MouseEnter="MouseEnter" MouseLeftButtonUp="UserControl_MouseLeftButtonUp">
|
|
|
8 |
<ContentControl.Template>
|
|
|
9 |
|
|
|
10 |
<ControlTemplate>
|
|
|
11 |
|
|
|
12 |
<Grid x:Name="RootElement">
|
|
|
13 |
<ContentPresenter Canvas.ZIndex="10"
|
|
|
14 |
HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
|
15 |
/>
|
|
|
16 |
|
|
|
17 |
<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="1.3,0.882,0,0">
|
|
|
18 |
<Path.RenderTransform>
|
|
|
19 |
<TransformGroup>
|
|
|
20 |
<ScaleTransform/>
|
|
|
21 |
<SkewTransform/>
|
|
|
22 |
<RotateTransform Angle="89.162"/>
|
|
|
23 |
<TranslateTransform/>
|
|
|
24 |
</TransformGroup>
|
|
|
25 |
</Path.RenderTransform>
|
|
|
26 |
|
|
|
27 |
</Path>
|
|
|
28 |
</Grid>
|
|
|
29 |
|
|
|
30 |
</ControlTemplate>
|
|
|
31 |
</ContentControl.Template>
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
<!-- <Grid>
|
|
|
35 |
<Image></Image>
|
|
|
36 |
<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="1.3,0.882,0,0">
|
|
|
37 |
<Path.RenderTransform>
|
|
|
38 |
<TransformGroup>
|
|
|
39 |
<ScaleTransform/>
|
|
|
40 |
<SkewTransform/>
|
|
|
41 |
<RotateTransform Angle="89.162"/>
|
|
|
42 |
<TranslateTransform/>
|
|
|
43 |
</TransformGroup>
|
|
|
44 |
</Path.RenderTransform>
|
|
|
45 |
|
|
|
46 |
</Path>
|
|
|
47 |
</Grid> -->
|
|
|
48 |
</ContentControl> |