GarsGridGenerator.TextColor Property
Gets or sets the color for all text labels.
Syntax
public AttributeVariable< System.Drawing.Color > TextColor { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The color for all text labels.
Remarks
If you want to override the default behavior, you do not have to specify a single color. Since the property is an attribute variable, you can let your color depend on feature attributes.
For example, you may want to keep the longitude and latitude labels black, but make the GARS labels purple. You can then use the fact that longitude and latitude labels are carried by line features with a lineType attribute of 0 or 1, while marginal GARS labels are carried by line features with lineType = 2 or 3, and interior GARS labels are carried by polygon features without a lineType attribute. So, your TextColor can depend on lineType:
![]() |
Platforms
Windows, Linux, Android