ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
203 stars 59 forks source link

Question, is fractional Zoom level supported? #99

Closed jianyunli closed 1 year ago

jianyunli commented 1 year ago

I need reduce the sensitiveness of zoom level control, currently with one mouse scroll, the zoom level increase or decrease 1.

for my application on intersections level, (use XmalMapcontrol to show background tiles), this is too sensitive, I would like to change by 0.5 instead, is it possible?

thanks

ClemensFischer commented 1 year ago

Sure, the Map class has a MouseWheelZoomDelta property.