Root.DisplayOrient Property
A property to get or set the direction of screen rotation. The specified value is an absolute value, not a relative value.
Whether the setting is valid and the orientation of the 0 degree state depends on the model.
For Mobile Version
Specify one of the following values
| Constant | Description |
|---|---|
| Root.deg0 | 0 degrees (standard condition) |
| Root.deg90 | 90 degree rotation |
| Root.deg180 | 180 degree rotation |
| Root.deg270 | 270 degree rotation |
The default value is Root.deg0 .
For Android Version
Specify one of the following values
| Constant | Description |
|---|---|
| Root.UNSPECIFIED | Not in control ( standard condition) |
| Root.LANDSCAPE | Fix horizontally |
| Root.PORTRAIT | Fix vertically |
The default value is Root.UNSPECIFIED .
Can only be used with Mobile, AI
Only supported in Mobile Ver.3.1.0 and later version