User Tools

Site Tools


map_suite_web_for_mvc_quick_start_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
map_suite_web_for_mvc_quick_start_guide [2017/03/15 08:27]
tgwikiupdate [Parameters]
map_suite_web_for_mvc_quick_start_guide [2017/03/15 08:30] (current)
tgwikiupdate [Parameters]
Line 412: Line 412:
         GeoFont font = new GeoFont("​Arial",​ 9, DrawingFontStyles.Bold);​         GeoFont font = new GeoFont("​Arial",​ 9, DrawingFontStyles.Bold);​
         GeoSolidBrush txtBrush = new GeoSolidBrush(GeoColor.StandardColors.Maroon);​         GeoSolidBrush txtBrush = new GeoSolidBrush(GeoColor.StandardColors.Maroon);​
-        TextStyle textStyle = new TextStyle("​CITY_NAME", font, txtBrush);+        TextStyle textStyle = new TextStyle("​AREANAME", font, txtBrush);
         textStyle.XOffsetInPixel = 0;         textStyle.XOffsetInPixel = 0;
         textStyle.YOffsetInPixel = -6;         textStyle.YOffsetInPixel = -6;
map_suite_web_for_mvc_quick_start_guide.1489566450.txt.gz · Last modified: 2017/03/15 08:27 by tgwikiupdate