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. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 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.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |