SymbolAngleAlignment Class
Enumerates whether the rotation of a marker symbol is relative to the map or the screen. More...
Since: | Esri::ArcGISRuntime 100.0 |
Detailed Description
Enumerates whether the rotation of a marker symbol is relative to the map or the screen.
Note: This enumeration is only applicable for 2D and is not supported in 3D.
The SymbolAngleAlignment can be one of:
Value | Description |
---|---|
SymbolAngleAlignment::Map (0) | Symbol rotation is relative to the map and will be affected by the map's rotation. |
SymbolAngleAlignment::Screen (1) | Symbol rotation is relative to the screen and will not be affected by the map's rotation. |