CompositionUnderlineStyle Enumeration |
Version 88.2.90
Composition underline style.
Namespace:
CefSharp.Enums
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public enum CompositionUnderlineStyle
public enum class CompositionUnderlineStyle
Members
| Member name | Value | Description |
---|
| Solid | 0 |
Solid
|
| Dot | 1 |
Dot
|
| Dash | 2 |
Dash
|
| None | 3 |
None
|
See Also