ThinkGeo.com    |     Documentation    |     Premium Support

AreaStyle and transparent outline

Hi,


I'm using an AreaStyle with a transparent outline, defined like this:



AreaStyle areaStyle = new AreaStyle(new GeoPen(GeoColor.StandardColors.Transparent, 5), new GeoSolidBrush(GeoColor.StandardColors.Turquoise));

When I use a transparent outline, the width of the outline is not applied. The filling color seems to fill almost all the area, including the outline width area.


Is it normal ? If so is there any workaround ?


Thanks,


P.OM



Puthirak, 
  
 Thank you for your post, in AreaStyle, it designed to draw the filling color fill all the area, then draw the outpen to cover it. 
  
 You need to set the outpen as same as the background color. 
  
 Any more questions please let me know. 
  
 Regards, 
  
 Gary