Property AngleAlignment
AngleAlignment
Gets or sets the indicates whether the marker symbol is rotated relative to the screen or map.
Declaration
public SymbolAngleAlignment AngleAlignment { get; set; }
Property Value
Type | Description |
---|---|
SymbolAngleAlignment | The indicates whether the marker symbol is rotated relative to the screen or map. |
Remarks
If the value is Map, the marker symbol is rotated relative to the map and will be affected by the map's rotation. If the value is Screen, the marker symbol is rotated relative to the user's screen and is unaffected by the map's rotation.
When the RenderingMode is Static, each MarkerSymbol is aligned with the MapView. If the MapView rotates, every marker symbol on the Map will stay in the same orientation as the MapView. Even if you set Angle and AngleAlignment, they are not respected when the GraphicsRenderingMode is set to static.
When the RenderingMode is set to Dynamic, each MarkerSymbol rotates independently of a MapView rotation. If you set Angle and AngleAlignment, they are respected.
The default value is Screen.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |