NorthArrow.FillColor1 Property
Gets or sets the first fill color for the symbol.
Syntax
public System.Drawing.Color FillColor1 { get; set; }
Property Value
Default: White, R: 255 G: 255 B: 255
The first fill color for the symbol.
Remarks
A RasterSymbol will not be affected by the FillColor1.
In the predefined north arrow symbols, Symbol.NorthArrow and Symbol.NorthArrowN, the FillColor1 is used to fill the west half of the arrowhead. For an SvgSymbol in general, the FillColor1 would be used whenever the SVG code specifies a color as carmenta:something='fillColor1', for example carmenta:fill='fillColor1'. 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