ScrollOrientation Enumeration |
Version 130.1.90
Physical scroll orientation
Namespace: CefSharp.DevTools.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum ScrollOrientation
public enum class ScrollOrientation
Members Member name | Value | Description |
---|
Horizontal | 0 |
horizontal
|
Vertical | 1 |
vertical
|
See Also