angleAlignment

Indicates whether the marker symbol is rotated relative to the screen or map. If the value is SymbolAngleAlignment.Map, the marker symbol is rotated relative to the map and will be affected by the map's rotation. If the value is SymbolAngleAlignment.Screen, the marker symbol is rotated relative to the user's screen and is unaffected by the map's rotation.

When the GraphicsOverlay.renderingMode is GraphicsRenderingMode.Static, each MarkerSymbol is aligned with the MapView. If the MapView rotates, every marker symbol on the ArcGISMap will stay in the same orientation as the MapView. Even if you set MarkerSymbol.angle and MarkerSymbol.angleAlignment, they are not respected when the GraphicsRenderingMode is set to static.

When the GraphicsOverlay.renderingMode is set to GraphicsRenderingMode.Dynamic, each MarkerSymbol rotates independently of a MapView rotation. If you set MarkerSymbol.angle and MarkerSymbol.angleAlignment, they are respected.

The default value is SymbolAngleAlignment.Screen.

Since

200.1.0