ThinkGeo.com    |     Documentation    |     Premium Support

Styling the edit overlay drag symbol?

Can the edit overlay drag symbol (the white four-headed arrow) be styled?  Our map has a very light background and it gets a bit lost while being dragged.  It would be great if it could be changed to a different color...and maybe made a little larger.


Thanks,


Allen Huber



Allen, 
  
 Yes, you can. Do it as code below: 
 winformsMap1.EditOverlay.DragControlPointsLayer.ZoomLevelSet.ZoomLevel01.DefaultPointStyle = newPointStyle 
  
 Thanks 
 James

Thanks James, I’ll give this a try.  I was looking at everything inside an EditOverlay in the Visual Studio debugger and it was just too hard to tell what did what. 
  
 Allen

Allen, 
  
 Thanks for your post and question. 
  
 I think the solution provided by James should work for you. Besides, we are also able to change the styles for other kinds of edit control points in the same way. 
   
 Any more questions or concerns please do not hesitate to let me know. 
  
 Thanks. 
  
 Yale