ScreenOrientationType Enumeration |
Version 130.1.90
Orientation type.
Namespace: CefSharp.DevTools.EmulationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum ScreenOrientationType
public enum class ScreenOrientationType
Members Member name | Value | Description |
---|
PortraitPrimary | 0 |
portraitPrimary
|
PortraitSecondary | 1 |
portraitSecondary
|
LandscapePrimary | 2 |
landscapePrimary
|
LandscapeSecondary | 3 |
landscapeSecondary
|
See Also