Show / Hide Table of Contents

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
SetFieldOfView(Single, Single, Single, Single, Single, Single, DeviceOrientation)

Applies to

TargetVersions
.NET Standard 2.0100.6 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.6 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.6 - 100.15
iOS100.6 - 100.15
UWP100.6 - 200.0
In This Article
Back to top Copyright © 2022 Esri.