Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2500 | - | 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:ed="http://schemas.microsoft.com/expression/2010/drawing" |
||
6 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||
7 | x:Class="MKLiveView.GMapCustomMarkers.CustomMarkerCopter" |
||
8 | mc:Ignorable="d" |
||
9 | Height="55.916" Width="123.182" Opacity="10"> |
||
10 | <Grid RenderTransformOrigin="0.5,0.25"> |
||
11 | <Grid> |
||
12 | <Grid.Effect> |
||
13 | <DropShadowEffect Direction="37" BlurRadius="3" Opacity="0.695" ShadowDepth="10"/> |
||
14 | </Grid.Effect> |
||
15 | <ed:Arc x:Name="s1" ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" Fill="#FFFF0074" HorizontalAlignment="Left" Height="4" Margin="11.958,12.25,0,0" Stretch="None" Stroke="Black" StrokeThickness="0" StartAngle="0" VerticalAlignment="Top" Width="4"/> |
||
16 | <ed:Arc x:Name="s2" ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" Fill="#FFFF0074" HorizontalAlignment="Left" Margin="11.958,36.292,0,0" Stretch="None" Stroke="Black" StrokeThickness="0" StartAngle="0" Width="4" Height="4" VerticalAlignment="Top"/> |
||
17 | <ed:Arc x:Name="s3" ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" Fill="#FFFF0074" HorizontalAlignment="Left" Height="4" Margin="36,12,0,0" Stretch="None" Stroke="Black" StrokeThickness="0" StartAngle="0" VerticalAlignment="Top" Width="4"/> |
||
18 | <ed:Arc x:Name="s4" ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" Fill="#FFFF0074" HorizontalAlignment="Left" Margin="36.25,36.292,0,0" Stretch="None" Stroke="Black" StrokeThickness="0" StartAngle="0" Width="4" Height="4" VerticalAlignment="Top"/> |
||
19 | <ed:RegularPolygon x:Name="f1" Fill="#FFFF0074" HorizontalAlignment="Left" InnerRadius="0.26" Margin="8,8,0,0" PointCount="4" Stretch="Fill" Stroke="Black" Width="36" RenderTransformOrigin="0.5,0.5" StrokeThickness="0" StrokeStartLineCap="Round" Height="36" VerticalAlignment="Top"> |
||
20 | <ed:RegularPolygon.RenderTransform> |
||
21 | <TransformGroup> |
||
22 | <ScaleTransform/> |
||
23 | <SkewTransform/> |
||
24 | <RotateTransform Angle="45.403"/> |
||
25 | <TranslateTransform/> |
||
26 | </TransformGroup> |
||
27 | </ed:RegularPolygon.RenderTransform> |
||
28 | </ed:RegularPolygon> |
||
29 | <ed:RegularPolygon x:Name="f2" Fill="#FFFF0074" HorizontalAlignment="Left" InnerRadius="0.8" Margin="17,17,0,0" PointCount="4" Stretch="Fill" Stroke="#FFFF0074" Width="18" RenderTransformOrigin="0.5,0.5" StrokeThickness="0" Height="18" VerticalAlignment="Top"> |
||
30 | <ed:RegularPolygon.RenderTransform> |
||
31 | <TransformGroup> |
||
32 | <ScaleTransform/> |
||
33 | <SkewTransform/> |
||
34 | <RotateTransform Angle="45"/> |
||
35 | <TranslateTransform/> |
||
36 | </TransformGroup> |
||
37 | </ed:RegularPolygon.RenderTransform> |
||
38 | </ed:RegularPolygon> |
||
39 | <ed:Arc x:Name="s5" ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" HorizontalAlignment="Left" Height="18.375" Margin="4.899,4.977,0,0" StrokeStartLineCap="Round" Stretch="None" Stroke="#FFFF0074" StartAngle="0" VerticalAlignment="Top" Width="18.5"> |
||
40 | <ed:Arc.Effect> |
||
41 | <DropShadowEffect Direction="45" ShadowDepth="0"/> |
||
42 | </ed:Arc.Effect> |
||
43 | </ed:Arc> |
||
44 | <ed:Arc x:Name="s7" ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" HorizontalAlignment="Left" Margin="4.899,28.937,0,0" StrokeStartLineCap="Round" Stretch="None" Stroke="#FFFF0074" StartAngle="0" Width="18.5" Height="18.375" VerticalAlignment="Top"> |
||
45 | <ed:Arc.Effect> |
||
46 | <DropShadowEffect Direction="45" ShadowDepth="0"/> |
||
47 | </ed:Arc.Effect> |
||
48 | </ed:Arc> |
||
49 | <ed:Arc x:Name="s8" ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" HorizontalAlignment="Left" Margin="28.897,28.937,0,0" StrokeStartLineCap="Round" Stretch="None" Stroke="#FFFF0074" StartAngle="0" Width="18.5" Height="18.375" VerticalAlignment="Top"> |
||
50 | <ed:Arc.Effect> |
||
51 | <DropShadowEffect Direction="45" ShadowDepth="0"/> |
||
52 | </ed:Arc.Effect> |
||
53 | </ed:Arc> |
||
54 | <ed:Arc x:Name="s6" ArcThickness="20" ArcThicknessUnit="Pixel" EndAngle="360" HorizontalAlignment="Left" Height="18.375" Margin="28.897,4.977,0,0" StrokeStartLineCap="Round" Stretch="None" Stroke="#FFFF0074" StartAngle="0" VerticalAlignment="Top" Width="18.5"> |
||
55 | <ed:Arc.Effect> |
||
56 | <DropShadowEffect Direction="45" ShadowDepth="0"/> |
||
57 | </ed:Arc.Effect> |
||
58 | </ed:Arc> |
||
59 | <Ellipse x:Name="f3" Fill="#FFFF0074" HorizontalAlignment="Left" Height="2" Margin="30,13,0,0" StrokeEndLineCap="Round" Stroke="Black" StrokeThickness="0" VerticalAlignment="Top" Width="16" RenderTransformOrigin="0.5,0.5"> |
||
60 | <Ellipse.RenderTransform> |
||
61 | <TransformGroup> |
||
62 | <ScaleTransform/> |
||
63 | <SkewTransform/> |
||
64 | <RotateTransform Angle="46.114"/> |
||
65 | <TranslateTransform/> |
||
66 | </TransformGroup> |
||
67 | </Ellipse.RenderTransform> |
||
68 | </Ellipse> |
||
69 | <Ellipse x:Name="f4" Fill="#FFFF0074" HorizontalAlignment="Left" Height="2" Margin="6,37,0,0" StrokeEndLineCap="Round" Stroke="Black" StrokeThickness="0" VerticalAlignment="Top" Width="16" RenderTransformOrigin="0.5,0.5"> |
||
70 | <Ellipse.RenderTransform> |
||
71 | <TransformGroup> |
||
72 | <ScaleTransform/> |
||
73 | <SkewTransform/> |
||
74 | <RotateTransform Angle="46.114"/> |
||
75 | <TranslateTransform/> |
||
76 | </TransformGroup> |
||
77 | </Ellipse.RenderTransform> |
||
78 | </Ellipse> |
||
79 | <Ellipse x:Name="f5" Fill="#FFFF0074" HorizontalAlignment="Left" Height="2" Margin="6,13,0,0" StrokeEndLineCap="Round" Stroke="Black" StrokeThickness="0" VerticalAlignment="Top" Width="16" RenderTransformOrigin="0.5,0.5"> |
||
80 | <Ellipse.RenderTransform> |
||
81 | <TransformGroup> |
||
82 | <ScaleTransform/> |
||
83 | <SkewTransform/> |
||
84 | <RotateTransform Angle="-43.724"/> |
||
85 | <TranslateTransform/> |
||
86 | </TransformGroup> |
||
87 | </Ellipse.RenderTransform> |
||
88 | </Ellipse> |
||
89 | <Ellipse x:Name="f6" Fill="#FFFF0074" HorizontalAlignment="Left" Height="2" Margin="30,37,0,0" StrokeEndLineCap="Round" Stroke="Black" StrokeThickness="0" VerticalAlignment="Top" Width="16" RenderTransformOrigin="0.5,0.5"> |
||
90 | <Ellipse.RenderTransform> |
||
91 | <TransformGroup> |
||
92 | <ScaleTransform/> |
||
93 | <SkewTransform/> |
||
94 | <RotateTransform Angle="-43.724"/> |
||
95 | <TranslateTransform/> |
||
96 | </TransformGroup> |
||
97 | </Ellipse.RenderTransform> |
||
98 | </Ellipse> |
||
99 | <ed:RegularPolygon x:Name="f7" Fill="#FFFB0072" HorizontalAlignment="Left" Margin="23,2,0,0" PointCount="4" Stretch="Fill" Stroke="#FFFDFDFD" Width="6" RenderTransformOrigin="0.495,1.011" Height="24" VerticalAlignment="Top" StrokeThickness="0"> |
||
100 | <ed:RegularPolygon.RenderTransform> |
||
101 | <TransformGroup> |
||
102 | <ScaleTransform/> |
||
103 | <SkewTransform/> |
||
104 | <RotateTransform x:Name="Rotate1" Angle="1"/> |
||
105 | <TranslateTransform/> |
||
106 | </TransformGroup> |
||
107 | </ed:RegularPolygon.RenderTransform> |
||
108 | <ed:RegularPolygon.Effect> |
||
109 | <DropShadowEffect Direction="0" ShadowDepth="0" BlurRadius="4"/> |
||
110 | </ed:RegularPolygon.Effect> |
||
111 | </ed:RegularPolygon> |
||
112 | </Grid> |
||
113 | <Image Name="icon" Source="CopterRed.png" HorizontalAlignment="Left" Width="56" Height="33" VerticalAlignment="Top" Stretch="UniformToFill" Margin="12,12,0,0" Visibility="Hidden" /> |
||
114 | <Label x:Name="lbl" Content="Label" Margin="50,8,0,0" VerticalAlignment="Top" FontSize="10" Height="33" Foreground="White" HorizontalAlignment="Left" Width="73" Padding="0"> |
||
115 | <Label.Effect> |
||
116 | <DropShadowEffect Direction="45" ShadowDepth="0.5" BlurRadius="2"/> |
||
117 | </Label.Effect> |
||
118 | </Label> |
||
119 | <Image x:Name="heading" Height="21" VerticalAlignment="Top" HorizontalAlignment="Left" Width="13" RenderTransformOrigin="0.5,1" Source="CopterHeadingPink.png" Margin="20,5,0,0" Visibility="Collapsed"> |
||
120 | <Image.RenderTransform> |
||
121 | <TransformGroup> |
||
122 | <ScaleTransform/> |
||
123 | <SkewTransform/> |
||
124 | <RotateTransform x:Name="Rotate" Angle="1"/> |
||
125 | <TranslateTransform X="-0.18" Y="0.84"/> |
||
126 | </TransformGroup> |
||
127 | </Image.RenderTransform> |
||
128 | </Image> |
||
129 | </Grid> |
||
130 | </UserControl> |