Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2341 | - | 1 | <UserControl x:Class="MKLiveView.GMapCustomMarkers.CustomMarkerWPActive" |
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||
4 | Height="28.2" Width="28.26"> |
||
5 | <Grid Height="28" VerticalAlignment="Top" HorizontalAlignment="Left" Width="28" RenderTransformOrigin="0,0" Margin="0,0,-2,-2"> |
||
6 | <Ellipse x:Name="ellipse" Stroke="Magenta" StrokeThickness="0"> |
||
7 | <Ellipse.Fill> |
||
8 | <RadialGradientBrush> |
||
9 | <GradientStop Color="#FFAC0000" Offset="0.873"/> |
||
10 | <GradientStop Color="#FFFF7F00" Offset="0.942"/> |
||
11 | <GradientStop Offset="0.536"/> |
||
12 | <GradientStop Color="#FFFF6060" Offset="0.993"/> |
||
13 | </RadialGradientBrush> |
||
14 | </Ellipse.Fill> |
||
15 | <Ellipse.Effect> |
||
16 | <DropShadowEffect BlurRadius="9" Direction="40" Opacity="0.79" Color="#FF342E2E"/> |
||
17 | </Ellipse.Effect> |
||
18 | </Ellipse> |
||
19 | </Grid> |
||
20 | </UserControl> |