mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Changed default Pushpin HorizontalAlignment
This commit is contained in:
parent
802707f439
commit
a9b98c862f
4 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,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="5,7"/>
|
||||
<Setter Property="Template">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue