Click or drag to resize
CompositionUnderline Constructor
Version 63.0.0
Initializes a new instance of the CompositionUnderline class

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

Parameters

range
Type: CefSharpRange

[Missing <param name="range"/> documentation for "M:CefSharp.CompositionUnderline.#ctor(CefSharp.Range,System.UInt32,System.UInt32,System.Boolean)"]

color
Type: SystemUInt32

[Missing <param name="color"/> documentation for "M:CefSharp.CompositionUnderline.#ctor(CefSharp.Range,System.UInt32,System.UInt32,System.Boolean)"]

backGroundColor
Type: SystemUInt32

[Missing <param name="backGroundColor"/> documentation for "M:CefSharp.CompositionUnderline.#ctor(CefSharp.Range,System.UInt32,System.UInt32,System.Boolean)"]

thick
Type: SystemBoolean

[Missing <param name="thick"/> documentation for "M:CefSharp.CompositionUnderline.#ctor(CefSharp.Range,System.UInt32,System.UInt32,System.Boolean)"]

See Also