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