Click or drag to resize

PopupBlending Enumeration

Version 91.1.160
Represents the popup blending in the main bitmap.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
public enum PopupBlending
Members
  Member nameValueDescription
Blend0 The main bitmap and popup bitmap will be merged together (Popup bitmap overlayed on top of the main bitmap).
Main1 Retrieve the main bitmap
Popup2 Retrieve the popup bitmap
See Also