Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2470 - 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>
6
        <Ellipse x:Name="e"  Stroke="Red" Opacity="0.44" StrokeThickness="4" />
7
    </Grid>
8
</UserControl>