NorthArrow.FillColor2 Property
Gets or sets the second fill color for the symbol.
Syntax
public System.Drawing.Color FillColor2 { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The second fill color for the symbol.
Remarks
A RasterSymbol will not be affected by the FillColor2.
In the predefined north arrow symbols, Symbol.NorthArrow and Symbol.NorthArrowN, the FillColor2 is used to fill the east half of the arrowhead. For an SvgSymbol in general, the FillColor2 would be used whenever the SVG code specifies a color as carmenta:something='fillColor2', for example carmenta:fill='fillColor2'. See SvgSymbol for details.
Of course, if you design your own north arrow symbol, you may just want to use constant colors.
Platforms
Windows, Linux, Android