ThinkGeo.com    |     Documentation    |     Premium Support

Spikes in Halo Text

When using a halo in Text labels there are distortions in the halo similar to spikes - The larger the halo the larger the "spikes" - Sample 



Alan, 
  
   We now know where the spikes come from.  In the next version this will be corrected.  Until then we have a way to remove them with the code below. 
  
 textStyle.HaloPen.LineJoin = DrawingLineJoin.Round; 
  
 Try that out an let me know how it works for you. 
  
 David

That works, Thanks

Alan, 
  
 My pleasure. 
  
 David