Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2406 | - | 1 | <UserControl x:Class="MKLiveView.GMapCustomMarkers.Circle" |
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||
4 | Height="300" Width="300" Background="Transparent"> |
||
5 | <Grid> |
||
2409 | - | 6 | <Ellipse x:Name="e" Stroke="Red" Opacity="0.44" StrokeThickness="4" /> |
2406 | - | 7 | </Grid> |
8 | </UserControl> |