Show / Hide Table of Contents

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
Angle

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.