PropertyID.Rotation180Enabled Field |
public const Int32 Rotation180Enabled = "value"
Public Const Rotation180Enabled As Int32 = "value"
Disabling the functionality of 180-degree vertical rotation means preventing the screen from rotating upside down when the device is turned to a completely inverted position. Typically, smartphones can rotate their display in four directions: 0 degrees (standard portrait), 90 degrees (landscape), 180 degrees (upside-down portrait), and 270 degrees (reverse landscape). Disabling the 180-degree vertical rotation, the screen will remain in the standard portrait orientation or rotate only to landscape modes, avoiding the upside-down view. This provides a more consistent and predictable user experience.
The class of the property is BooleanProperty
.
© 2016 Datalogic S.p.A. and/or its affiliates. All rights reserved. Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries including the U.S.A. and the E.U. All other trademarks are the property of their respective owners.