Version 2.14. Added ViewportChangedEventArgs, fixed default MapItem Style

This commit is contained in:
ClemensF 2017-02-05 18:35:30 +01:00
parent aa8b68cd08
commit e85f1472ed
37 changed files with 174 additions and 105 deletions

View file

@ -20,8 +20,8 @@
<Style TargetType="map:MapItem">
<Setter Property="HorizontalAlignment" Value="Stretch"/>
<Setter Property="VerticalAlignment" Value="Stretch"/>
<Setter Property="HorizontalContentAlignment" Value="Left"/>
<Setter Property="VerticalContentAlignment" Value="Top"/>
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>
<Setter Property="VerticalContentAlignment" Value="Stretch"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="map:MapItem">