This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_web_for_mvc_quick_start_guide [2017/03/15 08:24] tgwikiupdate |
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("NAME", font, txtBrush); | + | TextStyle textStyle = new TextStyle("AREANAME", font, txtBrush); |
textStyle.XOffsetInPixel = 0; | textStyle.XOffsetInPixel = 0; | ||
textStyle.YOffsetInPixel = -6; | textStyle.YOffsetInPixel = -6; |