Changed default Pushpin HorizontalAlignment

This commit is contained in:
Clemens 2022-02-09 20:47:01 +01:00
parent 802707f439
commit a9b98c862f
4 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@
<Style TargetType="map:MapItem" BasedOn="{StaticResource ContentControlStyle}"/>
<Style TargetType="map:Pushpin" BasedOn="{StaticResource ContentControlStyle}">
<Setter Property="HorizontalAlignment" Value="Left"/>
<Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="VerticalAlignment" Value="Bottom"/>
<Setter Property="Padding" Value="7,5"/>
<Setter Property="Template">