Click or drag to resize

CompositionUnderline Constructor

Version 75.1.140
Initializes a new instance of the CompositionUnderline class

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

Parameters

range
Type: CefSharp.StructsRange

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

color
Type: SystemUInt32

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

backGroundColor
Type: SystemUInt32

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

thick
Type: SystemBoolean

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

See Also