Enums.DeviceOrientation enumeration

  • QML Enumeration List
  • Enums.DeviceOrientation enumeration
  • The DeviceOrientation can be one of:

    ConstantDescription
    Enums.DeviceOrientationPortrait(0) The device is in portrait mode, with the device held upright and the home button on the bottom.
    Enums.DeviceOrientationLandscapeLeft(1) The device is in landscape mode, with the device held sideways and the home button on the left side.
    Enums.DeviceOrientationReversePortrait(2) The device is in portrait mode, with the device held upside down and the home button on the top.
    Enums.DeviceOrientationLandscapeRight(3) The device is in landscape mode, with the device held sideways and the home button on the right side.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.