CompositionUnderlineBackgroundColor Property |
Version 130.1.90
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.StructsAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public uint BackgroundColor { get; }
public:
property unsigned int BackgroundColor {
unsigned int get ();
}
Property Value
UInt32See Also