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 | x:Class="MKLiveView.GMapCustomMarkers.CustomMarkerHome" |
||
5 | Height="33" Width="112.515" Opacity="10"> |
||
6 | <Grid RenderTransformOrigin="0.146,0.499"> |
||
7 | <Image Name="icon" Source="home1.png" HorizontalAlignment="Left" Width="33" Height="33" VerticalAlignment="Top"/> |
||
8 | <Label x:Name="lbl" Content="Label" Margin="37,0,0,0" VerticalAlignment="Top" FontSize="10" Height="33" Foreground="White" HorizontalAlignment="Left" Width="73" Padding="0" Grid.RowSpan="2"> |
||
9 | <Label.Effect> |
||
10 | <DropShadowEffect Direction="45" ShadowDepth="0.5" BlurRadius="2"/> |
||
11 | </Label.Effect> |
||
12 | </Label> |
||
13 | |||
14 | </Grid> |
||
15 | </UserControl> |