ThinkGeo.com    |     Documentation    |     Premium Support

Style ScaleLinePrinterLayer

Hi,



I was wondering how can we style ScaleLinePrinterLayer?

like changing thickness of lines.



Regards,

Hi Behnam,


There is no style related properties of
ScaleLinePrinterLayer before. So we are working on publishing them now and this
will be completed by tomorrow. Any process I will update here to let you know.


Thanks,


Kevin

Hi Behnam,



We’ve complete publishing some Properties for us to Style ScaleLinePrinterLayer, include Pen, HaloPen. The Pen property is used to drawing the scaleline, so if we want to change the thickness of line, please change the width of the Pen property, like following code sets the line wider.


scaleLinePrintLayer.Pen = new GeoPen(GeoColor.StandardColors.White, 8f);

This feature will be avaliable in the latest (8.0.274.0) or higher development version. Please have a try.



Regards,

Kevin




Hi, 
  
 What’s different between ‘Development’ & ‘Production’ version?  
 I downloaded 8.0.0.337 and 8.0.336.0 
  
 8.0.336.0: has Pen property for scaleLinePrintLayer but my application doesn’t run properly(main forms doesn’t appear after run) 
 8.0.0.337: application run properly but this doesn’t have Pen property? 
  
 Regards, 
 Behnam

Hi Behnam, 
  
 Production version is our stable version, only some important fix will be added to the daily build of Production version. 
  
 Development version contains all our enhancement, update and bug fix. All the change in development will be moved to production version when we release a new version. 
  
 We are working for the new release, so if you need some new feature in development version, please wait our update. 
  
 Regards, 
  
 Don