| CompositionUnderline Structure | 
Namespace: CefSharp.Structs
 Syntax
SyntaxThe CompositionUnderline type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CompositionUnderline(Range, UInt32, UInt32, Boolean) | 
            Constructor.
             | 
|  | CompositionUnderline(Range, UInt32, UInt32, Boolean, CompositionUnderlineStyle) | 
            Constructor.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BackgroundColor | 
            Background color. 32-bit ARGB color value, not premultiplied. The color components are always
            in a known order. Equivalent to the SkColor type.
             | 
|  | Color | 
            Text color. 32-bit ARGB color value, not premultiplied. The color components are always
            in a known order. Equivalent to the SkColor type.
             | 
|  | Range | 
            Underline character range.
             | 
|  | Style | 
            Style
             | 
|  | Thick | 
            true for thickunderline
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) | 
|  | GetHashCode | Returns the hash code for this instance.(Inherited from ValueType.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
 See Also
See Also