* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
46 lines
872 B
Markdown
46 lines
872 B
Markdown
---
|
|
id: "screenorientation"
|
|
title: "ScreenOrientation"
|
|
sidebar_label: "ScreenOrientation"
|
|
---
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [InvertedLandscapeOrientation](screenorientation.md#invertedlandscapeorientation)
|
|
* [InvertedPortraitOrientation](screenorientation.md#invertedportraitorientation)
|
|
* [LandscapeOrientation](screenorientation.md#landscapeorientation)
|
|
* [PortraitOrientation](screenorientation.md#portraitorientation)
|
|
* [PrimaryOrientation](screenorientation.md#primaryorientation)
|
|
|
|
## Enumeration members
|
|
|
|
### InvertedLandscapeOrientation
|
|
|
|
• **InvertedLandscapeOrientation**: = 8
|
|
|
|
___
|
|
|
|
### InvertedPortraitOrientation
|
|
|
|
• **InvertedPortraitOrientation**: = 4
|
|
|
|
___
|
|
|
|
### LandscapeOrientation
|
|
|
|
• **LandscapeOrientation**: = 2
|
|
|
|
___
|
|
|
|
### PortraitOrientation
|
|
|
|
• **PortraitOrientation**: = 1
|
|
|
|
___
|
|
|
|
### PrimaryOrientation
|
|
|
|
• **PrimaryOrientation**: = 0
|