PopupBlending Enumeration |
Version 130.1.90
Represents the popup blending in the main bitmap.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public enum PopupBlending
public enum class PopupBlending
Members Member name | Value | Description |
---|
Blend | 0 |
The main bitmap and popup bitmap will be merged together
(Popup bitmap overlayed on top of the main bitmap).
|
Main | 1 |
Retrieve the main bitmap
|
Popup | 2 |
Retrieve the popup bitmap
|
See Also