Update MainWindow.axaml

This commit is contained in:
ClemensFischer 2024-05-27 16:42:09 +02:00
parent e9e0393074
commit 14bd0f5867

View file

@ -12,7 +12,7 @@
Center="53.5,8.2"
DoubleTapped="OnMapDoubleTapped">
<map:MapItemsControl ItemsSource="{Binding Pushpins}" Background="{x:Null}">
<map:MapItemsControl ItemsSource="{Binding Pushpins}">
<map:MapItemsControl.Styles>
<Style Selector="map|MapItem">
<Setter Property="map:MapPanel.Location" Value="{Binding Location}"/>