CompositionUnderline(Range, UInt32, UInt32, Boolean) Constructor |
Version 130.1.90
Constructor.
Namespace: CefSharp.StructsAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 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.
See Also