CompositionUnderlineColor Property |
Version 55.0.0
Text color. 32-bit ARGB color value, not premultiplied. The color components are always
in a known order. Equivalent to the SkColor type.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public uint Color { get; }
public:
property unsigned int Color {
unsigned int get ();
}
Property Value
Type:
UInt32See Also