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