| HighlightConfig Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.DevTools.Overlay
 Syntax
SyntaxThe HighlightConfig type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | HighlightConfig | Initializes a new instance of the HighlightConfig class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BorderColor | 
            The border highlight fill color (default: transparent).
             | 
|  | ColorFormat | |
|  | ContentColor | 
            The content box highlight fill color (default: transparent).
             | 
|  | ContrastAlgorithm | |
|  | CssGridColor | 
            The grid layout color (default: transparent).
             | 
|  | EventTargetColor | 
            The event target element highlight fill color (default: transparent).
             | 
|  | FlexContainerHighlightConfig | 
            The flex container highlight configuration (default: all transparent).
             | 
|  | FlexItemHighlightConfig | 
            The flex item highlight configuration (default: all transparent).
             | 
|  | GridHighlightConfig | 
            The grid layout highlight configuration (default: all transparent).
             | 
|  | MarginColor | 
            The margin highlight fill color (default: transparent).
             | 
|  | PaddingColor | 
            The padding highlight fill color (default: transparent).
             | 
|  | ShapeColor | 
            The shape outside fill color (default: transparent).
             | 
|  | ShapeMarginColor | 
            The shape margin fill color (default: transparent).
             | 
|  | ShowAccessibilityInfo | 
            Whether the a11y info should be shown (default: true).
             | 
|  | ShowExtensionLines | 
            Whether the extension lines from node to the rulers should be shown (default: false).
             | 
|  | ShowInfo | 
            Whether the node info tooltip should be shown (default: false).
             | 
|  | ShowRulers | 
            Whether the rulers should be shown (default: false).
             | 
|  | ShowStyles | 
            Whether the node styles in the tooltip (default: false).
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToDictionary | (Inherited from DevToolsDomainEntityBase.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also