ThinkGeo.com    |     Documentation    |     Premium Support

Changing EditInteractiveOverlay's icons

Hi,


I want to style the EditInteractiveOverlay, and change the default icon for Resizing,Rotating and ... .


I found a sample in the sample projects, but that sample is written for Desktop edition and it seems it does not work on WPF version.


 


Regards,


Ben



EditInteractiveOverlay.png (5.51 KB)

Ben, 
  
 Thanks for your post and questions. 
  
 Just make sure you are using the native WPF control included in the WPF Desktop Edition instead of the original WPF control contained in the Desktop Edition package?  
  
 Thanks. 
  
 Yale 


Yes, I am using native one(WpfDesktopEdition.dll)V.4. 

Thanks



Hi Ben, 
  
 EditOverlay allows to customize the icon by setting the default point style as following line code: 
  
 wpfMap1.EditOverlay.DragControlPointsLayer.ZoomLevelSet.ZoomLevel01.DefaultPointStyle; 
 wpfMap1.EditOverlay.RotateControlPointsLayer.ZoomLevelSet.ZoomLevel01.DefaultPointStyle; 
 wpfMap1.EditOverlay.ResizeControlPointsLayer.ZoomLevelSet.ZoomLevel01.DefaultPointStyle; 
  
 It’s the same as setting styles for layers. 
  
 Thanks and let me know if you have any more queries. 
  
 Thanks, 
 Howard

Perfect, 
  
 tanx Howard

Hi Ben, 
  
 You are welcome, just feel free to let us know if you have any more queries. 
  
 Thanks, 
 Howard