CompositionUnderline Constructor (Range, UInt32, UInt32, Boolean) |
Version 118.6.80
Constructor.
Namespace:
CefSharp.Structs
Assembly:
CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax public 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