mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MainWindow.axaml
This commit is contained in:
parent
dd7a4814af
commit
6f79b16725
|
|
@ -37,6 +37,11 @@
|
|||
<map:MapItemsControl.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<Canvas Width="100" Height="100" ClipToBounds="False">
|
||||
<Path Fill="{Binding Foreground, RelativeSource={RelativeSource AncestorType=map:MapItem}}">
|
||||
<Path.Data>
|
||||
<EllipseGeometry RadiusX="3" RadiusY="3"/>
|
||||
</Path.Data>
|
||||
</Path>
|
||||
<Path StrokeThickness="2" Stroke="Gray" Fill="Transparent">
|
||||
<Path.Data>
|
||||
<EllipseGeometry RadiusX="8" RadiusY="8"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue