Simplified layout in MapPanel, replaced ViewportPosition by Point?.

This commit is contained in:
ClemensF 2012-08-26 21:54:00 +02:00
parent e7f78df179
commit d055d737ed
9 changed files with 89 additions and 120 deletions

View file

@ -11,6 +11,8 @@
</Setter>
</Style>
<Style x:Key="{x:Type map:MapItem}" TargetType="{x:Type map:MapItem}">
<Setter Property="HorizontalAlignment" Value="Left"/>
<Setter Property="VerticalAlignment" Value="Top"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type map:MapItem}">