mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-02-15 04:05:21 +01:00
Update MainWindow.axaml
This commit is contained in:
parent
e9e0393074
commit
14bd0f5867
|
|
@ -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}"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue