// XAML Map Control - http://xamlmapcontrol.codeplex.com/ // Copyright © 2012 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) namespace MapControl { /// /// MapBase with input event handling. /// public partial class Map : MapBase { /// /// Gets or sets the amount by which the ZoomLevel property changes during a MouseWheel event. /// public double MouseWheelZoomChange { get; set; } } }