Property RotationType
RotationType
Gets or sets whether the rotation calculated from the RotationExpression is relative to the screen or map.
Declaration
public RotationType RotationType { get; set; }
Property Value
| Type | Description |
|---|---|
| RotationType | Whether the rotation calculated from the RotationExpression is relative to the screen or map. |
Remarks
The options are:
- Arithmetic - rotation is along the x-axis, with positive rotation being counter-clockwise.
- Geographic - rotation is along the y-axis, with positive rotation being clockwise.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |