Symbol.NorthArrow Property
Gets a predefined north arrow symbol: an arrowhead without an N label.
Syntax
public static Symbol NorthArrow { get; }
Property Value
A predefined north arrow symbol: an arrowhead without an N label.
Remarks
This symbol is intended to be used in a NorthArrow screen element, and it has four configurable colors that can be controlled via properties of the NorthArrow class. If the symbol is instead used in an ordinary SymbolVisualizer, then the outline of the arrowhead gets the PointVisualizer.Color, while the halo and the interior of the arrowhead get their colors from three feature attributes haloColor, fillColor1 and fillColor2 whose values are color-encoding strings.
See also the Symbol class for an image of all predefined symbols.
Platforms
Windows, Linux, Android