CompositionUnderlineStyle Enumeration |
Version 98.1.210
Composition underline style.
Namespace:
CefSharp.Enums
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.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