Files @ 65c134a3d619
Branch filter:

Location: seniordesign-ui/Demo.WindowsPresentation/CustomMarkers/Circle.xaml - annotation

mkanning@CL-ENS241-10.cedarville.edu
Initial import of mapping source (huge commit)
1
2
3
4
5
6
7
8
<UserControl x:Class="Demo.WindowsPresentation.CustomMarkers.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 Stroke="Red" Fill="AliceBlue" Opacity="0.44" />
    </Grid>
</UserControl>