| CompositionUnderline Constructor (Range, UInt32, UInt32, Boolean) | 
Version 94.4.20 
            Constructor.
            
 
    Namespace: 
   CefSharp.Structs
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
 Syntax
Syntaxpublic CompositionUnderline(
	Range range,
	uint color,
	uint backGroundColor,
	bool thick
)
public:
CompositionUnderline(
	Range range, 
	unsigned int color, 
	unsigned int backGroundColor, 
	bool thick
)
Parameters
- range
- Type: CefSharp.StructsRange
 Underline character range.
- color
- Type: SystemUInt32
 Text color. 32-bit ARGB color value, not premultiplied. The color components are always in a known order.
            Equivalent to the SkColor type.
- backGroundColor
- Type: SystemUInt32
 Background color. 32-bit ARGB color value, not premultiplied. The color components are always in
            a known order. Equivalent to the SkColor type.
- thick
- Type: SystemBoolean
 True for thickunderline.
 See Also
See Also