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 5, 2015 11:45 PM
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 05:09 AM
Thank you very much - that sorted it.
MVMohana V Syncfusion Team October 6, 2015 11:07 PM
Hi Andrew,
Thanks for your update.
Please let us know if you need any further assistance from us.