mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MainWindow.xaml
This commit is contained in:
parent
34a2d7e071
commit
bfa70de0cd
|
|
@ -136,6 +136,12 @@
|
||||||
ItemContainerStyle="{StaticResource PushpinItemStyle}"
|
ItemContainerStyle="{StaticResource PushpinItemStyle}"
|
||||||
LocationMemberPath="Location"/>
|
LocationMemberPath="Location"/>
|
||||||
|
|
||||||
|
<map:MapPath Location="53.5,8.2" Stroke="Blue" StrokeThickness="3" Fill="#1F007F00">
|
||||||
|
<map:MapPath.Data>
|
||||||
|
<EllipseGeometry RadiusX="1852" RadiusY="1852"/>
|
||||||
|
</map:MapPath.Data>
|
||||||
|
</map:MapPath>
|
||||||
|
|
||||||
<map:Pushpin Location="53.5,8.2" AutoCollapse="True" Content="N 53°30' E 8°12'"/>
|
<map:Pushpin Location="53.5,8.2" AutoCollapse="True" Content="N 53°30' E 8°12'"/>
|
||||||
</map:Map>
|
</map:Map>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue