Defines the display orientation.
| C# |
[FlagsAttribute] public enum DisplayOrientation
| Member | Description |
|---|---|
| Default |
Default orientation.
|
| LandscapeLeft |
Display is rotated CCW 90 degrees into a landscape orientation (width > height).
|
| LandscapeRight |
Display is rotated CW 90 degrees into a landscape orientation (width > height).
|
| Portrait |
Display is oriented where height is greater than width.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)