The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
MVMohana V Syncfusion Team October 6, 2015 04:45 AM UTC
Hi Andrew,
Query :Stop markers or pins from scaling up when the map is zoomed
The above requirement can be achieved using MapView API in SfMaps which takes the enum values "NormalView" and "SmartView". In WinRT, MapViews is set as SmartView by default. While performing "zoom" in SmartView, the map elements such as pins, bubbles and annotations zoom along with the map control. This behaviour can be restricted using NormalView in which only the map shapes will be zoomed whereas the map elements are static.
The MapViews can be switched using the below code:
map.MapView = MapViews.NormalView;
Please let us know in case of any concern.
Regards, Mohana V
ABAndrew BarlowOctober 6, 2015 10:09 AM UTC
Thank you very much - that sorted it.
MVMohana V Syncfusion Team October 7, 2015 04:07 AM UTC
Hi Andrew,
Thanks for your update.
Please let us know if you need any further assistance from us.