Rev 2289 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2289 | Rev 2319 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 | x:Class="MKLiveView.GMapCustomMarkers.CustomMarkerCopter" |
4 | x:Class="MKLiveView.GMapCustomMarkers.CustomMarkerCopter" |
5 | Height="32.916" Width="112.515" Opacity="10"> |
5 | Height="32.916" Width="112.515" Opacity="10"> |
6 | <Grid> |
6 | <Grid> |
7 | <Image Name="icon" Source="copter1.png" HorizontalAlignment="Left" Width="56" Height="36" VerticalAlignment="Top" /> |
7 | <Image Name="icon" Source="CopterRed.png" HorizontalAlignment="Left" Width="56" Height="36" VerticalAlignment="Top" /> |
8 | <Label x:Name="lbl" Content="Label" Margin="39,0,0,-0.084" VerticalAlignment="Top" FontSize="10" Height="33" Foreground="White" HorizontalAlignment="Left" Width="73" Padding="0"> |
8 | <Label x:Name="lbl" Content="Label" Margin="39,0,0,-0.084" VerticalAlignment="Top" FontSize="10" Height="33" Foreground="White" HorizontalAlignment="Left" Width="73" Padding="0"> |
9 | <Label.Effect> |
9 | <Label.Effect> |
10 | <DropShadowEffect Direction="45" ShadowDepth="0.5" BlurRadius="2"/> |
10 | <DropShadowEffect Direction="45" ShadowDepth="0.5" BlurRadius="2"/> |
11 | </Label.Effect> |
11 | </Label.Effect> |
12 | </Label> |
12 | </Label> |