Click or drag to resize

CompositionUnderline Constructor (Range, UInt32, UInt32, Boolean, CompositionUnderlineStyle)

Version 86.0.240
Constructor.

Namespace:  CefSharp.Structs
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public CompositionUnderline(
	Range range,
	uint color,
	uint 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