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