Click or drag to resize

PropertyID.Rotation180Enabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to prevent the 180-degree rotation for a better user experience.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 Rotation180Enabled = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to prevent the 180-degree rotation for a better user experience.

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.

[Android Documentation]

See Also