Property AngleAlignment
AngleAlignment
Gets or sets whether the multilayer point symbol is rotated relative to the screen or map.
Declaration
public SymbolAngleAlignment AngleAlignment { get; set; }
Property Value
Type | Description |
---|---|
SymbolAngleAlignment | Whether the multilayer point symbol is rotated relative to the screen or map. |
Remarks
If the value is Map, the multilayer point symbol is rotated relative to the map and will be affected by the map's rotation. If the value is Screen, the multilayer point symbol is rotated relative to the user's screen and is unaffected by the map's rotation. This is only applicable for 2D maps and is not supported in 3D scenes.
The default value is Screen.
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.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |