Default Pushpin Style

This commit is contained in:
ClemensFischer 2025-11-05 16:25:19 +01:00
parent 6f7b2ba611
commit 6542596fd5
5 changed files with 45 additions and 31 deletions

View file

@ -36,9 +36,11 @@
<ControlTheme TargetType="map:Pushpin" x:Key="{x:Type map:Pushpin}" BasedOn="{StaticResource ContentControlTheme}">
<Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="VerticalAlignment" Value="Bottom"/>
<Setter Property="HorizontalContentAlignment" Value="Center"/>
<Setter Property="VerticalContentAlignment" Value="Center"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="CornerRadius" Value="5"/>
<Setter Property="Padding" Value="7,5"/>
<Setter Property="CornerRadius" Value="0"/>
<Setter Property="Padding" Value="6,4"/>
<Setter Property="Template">
<ControlTemplate TargetType="map:Pushpin">
<map:PushpinBorder