Click or drag to resize

PopupBlending Enumeration

Version 67.0.0
Represents the popup blending in the main bitmap.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
public enum PopupBlending
Members
  Member nameValueDescription
Blend0 The main bitmap and popup bitmap should be blended.
Main1 Retrieve the main bitmap
Popup2 Retrieve the popup bitmap
See Also