Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2288 → Rev 2289

/MKLiveView/v1.0/Source/GMapCustomMarkers/CustomMarkerCopter.xaml
0,0 → 1,15
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="MKLiveView.GMapCustomMarkers.CustomMarkerCopter"
Height="32.916" Width="112.515" Opacity="10">
<Grid>
<Image Name="icon" Source="copter1.png" HorizontalAlignment="Left" Width="56" Height="36" VerticalAlignment="Top" />
<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">
<Label.Effect>
<DropShadowEffect Direction="45" ShadowDepth="0.5" BlurRadius="2"/>
</Label.Effect>
</Label>
 
</Grid>
</UserControl>