DeviceOrientation

Wisej.Web.Ext.MobileIntegration.DeviceOrientation

Namespace: Wisej.Web.Ext.MobileIntegration

Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)

Indicates the physical orientation of the device.

public enum DeviceOrientation : Enum

Fields

NameDescription

FaceDown

The device is held parallel to the ground with the screen facing downwards.

FaceUp

The device is held parallel to the ground with the screen facing upwards.

LandscapeLeft

The device is in landscape mode, with the device held upright and the home button on the right side.

LandscapeRight

The device is in landscape mode, with the device held upright and the home button on the left side.

Portrait

The device is in portrait mode, with the device held upright and the home button at the bottom.

PortraitUpSideDown

The device is in portrait mode but upside down, with the device held upright and the home button at the top.

Unknown

The orientation of the device cannot be determined.

Used By

NameDescription

Returns the current device orientation.

The physical orientation of the device.

Last updated