CompositionUnderline Constructor (Range, UInt32, UInt32, Boolean, CompositionUnderlineStyle) | 
Version 110.0.300 
            Constructor.
            
 
    Namespace: 
   CefSharp.Structs
    Assembly:
   CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.0)
Syntaxpublic CompositionUnderline(
	Range range,
	uint color,
	uint backGroundColor,
	bool thick,
	CompositionUnderlineStyle style
)
public:
CompositionUnderline(
	Range range, 
	unsigned int color, 
	unsigned int backGroundColor, 
	bool thick, 
	CompositionUnderlineStyle style
)
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. - style
 - Type: CefSharp.EnumsCompositionUnderlineStyle
Style 
See Also