mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update MainWindow.xaml
This commit is contained in:
parent
62b1bb24d7
commit
c69e03811e
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
|||
<Grid>
|
||||
<map:Map x:Name="map"
|
||||
MinZoomLevel="2" MaxZoomLevel="21" ZoomLevel="11"
|
||||
Center="53.5,8.2"
|
||||
Center="53.5,8.2" ManipulationMode="All"
|
||||
MouseLeftButtonDown="MapMouseLeftButtonDown"
|
||||
MouseMove="MapMouseMove" MouseLeave="MapMouseLeave"
|
||||
ManipulationInertiaStarting="MapManipulationInertiaStarting">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue