I have a simple app that uses WorldMapKitWmsDesktopOverlay and a ScaleLineAdornmentLayer. I'm noticing a pause of several seconds when I zoom in (especially when I maximize the window). The current performance may not meet my requirements. I'm currently in the evaluation process.
Here is what I'm currently doing to improve performance. What else can I do to improve?
wfMap.ThreadingMode = MapThreadingMode.Multithreaded;
wfMap.DrawingQuality = DrawingQuality.HighSpeed;