mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MainWindow.xaml
This commit is contained in:
parent
62b1bb24d7
commit
c69e03811e
|
|
@ -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…
Reference in a new issue