CompositionUnderlineBackgroundColor Property |
Version 106.0.290
Background color. 32-bit ARGB color value, not premultiplied. The color components are always
in a known order. Equivalent to the SkColor type.
Namespace:
CefSharp.Structs
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public uint BackgroundColor { get; }
public:
property unsigned int BackgroundColor {
unsigned int get ();
}
Property Value
Type:
UInt32See Also