Rev 2406 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2406 | Rev 2409 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <UserControl x:Class="MKLiveView.GMapCustomMarkers.Circle" |
1 | <UserControl x:Class="MKLiveView.GMapCustomMarkers.Circle" |
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 | Height="300" Width="300" Background="Transparent"> |
4 | Height="300" Width="300" Background="Transparent"> |
5 | <Grid> |
5 | <Grid> |
6 | <Ellipse Stroke="Red" Opacity="0.44" StrokeThickness="4" /> |
6 | <Ellipse x:Name="e" Stroke="Red" Opacity="0.44" StrokeThickness="4" /> |
7 | </Grid> |
7 | </Grid> |
8 | </UserControl> |
8 | </UserControl> |