GarsGridGenerator.LineColor Property
Gets or sets the color for the meridians and parallels.
Syntax
public AttributeVariable< System.Drawing.Color > LineColor { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The color for meridians and parallels.
Remarks
If you prefer to display the lines via a general-purpose GridGenerator, and do not want the GarsGridGenerator to display lines, then you can set LineColor to a completely transparent color.
Platforms
Windows, Linux, Android