PopupBlending Enumeration |
Version 63.0.0
Represents the popup blending in the main bitmap.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public enum PopupBlending
public enum class PopupBlending
Members
| Member name | Value | Description |
---|
| Blend | 0 |
The main bitmap and popup bitmap should be blended.
|
| Main | 1 |
Retrieve the main bitmap
|
| Popup | 2 |
Retrieve the popup bitmap
|
See Also