Subversion Repositories Projects

Rev

Rev 2406 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<UserControl x:Class="MKLiveView.GMapCustomMarkers.Circle"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Height="300" Width="300" Background="Transparent">
    <Grid>
        <Ellipse x:Name="e"  Stroke="Red" Opacity="0.44" StrokeThickness="4" />
    </Grid>
</UserControl>