NorthArrow.Color Property
Gets or sets the main color for the symbol.
Syntax
public System.Drawing.Color Color { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The main color for the symbol.
Remarks
A raster symbol will be affected the Color property only if it is a one-bit raster; see RasterSymbol.
If you use one of the predefined north arrow symbols, Symbol.NorthArrow or Symbol.NorthArrowN, the Color property is used for the arrowhead outline and for the N character. For an SvgSymbol in general, the Color property would be used whenever the SVG code specifies a color as currentColor, for example stroke='currentColor'.
Of course, if you design your own north arrow symbol, you may just want to use constant colors.
Platforms
Windows, Linux, Android