Symbol.NorthArrowN Property
Gets a predefined north arrow symbol: an arrowhead with an N label.
Syntax
public static Symbol NorthArrowN { get; }
Property Value
A predefined north arrow symbol: an arrowhead with 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 N and the outline of the arrowhead get 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