mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
Simplified layout in MapPanel, replaced ViewportPosition by Point?.
This commit is contained in:
parent
e7f78df179
commit
d055d737ed
9 changed files with 89 additions and 120 deletions
|
|
@ -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}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue