Click or drag to resize

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

Version 130.1.90
Constructor.

Namespace: CefSharp.Structs
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public CompositionUnderline(
	Range range,
	uint color,
	uint backGroundColor,
	bool thick,
	CompositionUnderlineStyle style
)

Parameters

range  Range
Underline character range.
color  UInt32
Text color. 32-bit ARGB color value, not premultiplied. The color components are always in a known order. Equivalent to the SkColor type.
backGroundColor  UInt32
Background color. 32-bit ARGB color value, not premultiplied. The color components are always in a known order. Equivalent to the SkColor type.
thick  Boolean
True for thickunderline.
style  CompositionUnderlineStyle
Style
See Also