Enum DeviceOrientation
Describes the rotation of the device.
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum DeviceOrientation
Remarks
Used to match the field of view of the SceneView to the field of view of a camera lens using the lens characteristics and orientation.
Fields
| Name | Description |
|---|---|
| LandscapeLeft | The device is in landscape mode, with the device held sideways and the home button on the left side. |
| LandscapeRight | The device is in landscape mode, with the device held sideways and the home button on the right side. |
| Portrait | The device is in portrait mode, with the device held upright and the home button on the bottom. |
| ReversePortrait | The device is in portrait mode, with the device held upside down and the home button on the top. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.6 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.6 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.6 - 100.15 |
| Xamarin.iOS | 100.6 - 100.15 |
| UWP | 100.6 - 100.15 |