UtmGridGenerator.TextColor Property
Gets or sets the text color.
Syntax
public AttributeVariable< System.Drawing.Color > TextColor { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The text color.
Remarks
This color is used both for line labels (when Division = 1) and for names of MGRS squares or rectangles. However, if you want different colors for line labels and square names in division 1, you can achieve it by letting the text color be a keyed attribute variable, which looks up the geoType attribute of the current feature, and uses one color for a text attached to a line, and another for a text attached to another kind of feature. Because the line labels are always attached to lines, while the square names are never attached to lines.
Platforms
Windows, Linux, Android